Skip to content

Commit

Permalink
Merge branches 'master' and 'master' of https://github.com/cdimascio/…
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Aug 28, 2020
2 parents 41fa857 + 644cfb6 commit 05c1e15
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 @@ -70,7 +70,7 @@ app.use((err, req, res, next) => {
});
```

_**Note:** Ensure express is configured with all relevant body parsers. Body parser middleware functions must be specified prior to any validated routes. See an [example](#example-express-api-server)_.
_**Important Note:** Ensure express is configured with all relevant body parsers. Body parser middleware functions must be specified prior to any validated routes. See an [example](#example-express-api-server)_.

## Usage (options)

Expand Down

0 comments on commit 05c1e15

Please sign in to comment.