From 790cbbf25c6213c0383327b1d3a4a39d68c2871a Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 9 Oct 2019 11:40:30 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).