diff --git a/README.md b/README.md index e585ced3..8063f387 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ npm i express-openapi-validator ``` ## Usage -See a complete [example](#example-express-api-server) 1. Install the openapi validator @@ -43,6 +42,8 @@ app.use((err, req, res, next) => { }); ``` +Note: Ensure you are using all relevant body parsers. See a complete [example](#example-express-api-server) + ## Advanced Usage For OpenAPI 3.0.x 3rd party and custom formats, see [Options](#Options).