Skip to content

Commit

Permalink
Updating changelog,readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeig committed Mar 5, 2020
1 parent ac9f859 commit 39db31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ express-validation
![Coveralls github](https://img.shields.io/coveralls/github/andrewkeig/express-validation)


`express-validation` is a zero dependency express middleware that validates a request and returns a response with errors; if any of the configured validation rules fail.
`express-validation` is an express middleware that validates a request and returns a response with errors; if any of the configured validation rules fail.

We use [joi](https://github.com/hapijs/joi/tree/master) to define validation rules, we have a hard dependency on Joi in order to avoid compatability issues with Joi releases.

Expand Down

0 comments on commit 39db31e

Please sign in to comment.