Skip to content

Commit

Permalink
Merge d4878b8 into 881af95
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydrq committed Feb 9, 2015
2 parents 881af95 + d4878b8 commit 37ce4bc
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 @@ -36,7 +36,7 @@ $ npm install koa-override --save

```js
var bodyParser = require('koa-body-parser')
var override = require('koa-override-method')
var override = require('koa-override')

app.use(bodyParser())
app.use(override())
Expand Down

0 comments on commit 37ce4bc

Please sign in to comment.