Skip to content

Commit

Permalink
Update README to include link to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
tinacious authored Mar 10, 2019
1 parent 72af662 commit 9306a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const contactSchema = {
app.get('/contacts/:id', validate(contactSchema), contactsHandler);
```

For detailed usage and more examples, see the blog post [Express route param validation (Node.js)](https://tinaciousdesign.com/blog/express-route-param-validation-nodejs).

## Development

### Testing
Expand Down

0 comments on commit 9306a89

Please sign in to comment.