Skip to content

Commit

Permalink
Merge 351e6fe into 3626212
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAychh committed May 30, 2016
2 parents 3626212 + 351e6fe commit c7d1ae3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ chai.request(app)
// Send some Form Data
chai.request(app)
.post('/user/me')
.field('_method', 'put')
.field('password', '123')
.field('confirmPassword', '123')
.send({
_method: 'put',
password: '123',
confirmPassword, '123',
})
```

```js
Expand Down

0 comments on commit c7d1ae3

Please sign in to comment.