Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uzoice committed Sep 3, 2014
1 parent 327cee2 commit ea7d426
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 @@ -68,7 +68,7 @@ when use `app.use(require('koa-validate')())` ,the request context will bind the
- **checkBody(filedName)** - check POST body.
- **checkQuery(filedName)** - check GET query.
- **checkParams(filedName)** - check the params in the urls.
- **checkFile(filedName,[deleteOnCheckFailed])** - check the file object in the urls, if you use [koa-body](https://github.com/dlau/koa-body).this function will return `FileValidator` object. `deleteOnCheckFailed` default value is `true`
- **checkFile(filedName,[deleteOnCheckFailed])** - check the file object, if you use [koa-body](https://github.com/dlau/koa-body).this function will return `FileValidator` object. `deleteOnCheckFailed` default value is `true`


## Validator Api
Expand Down

0 comments on commit ea7d426

Please sign in to comment.