Skip to content

Commit

Permalink
docs: fix copy-pasta typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 1, 2014
1 parent 76bcb9a commit 708d974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var responseTime = require('response-time')
app.use(responseTime(5))
```

### bodyParser(digits)
### responseTime(digits)

Returns middleware that adds a `X-Response-Time` header to responses.

Expand Down

0 comments on commit 708d974

Please sign in to comment.