From ccd981ad8b235a75df4fe75ca4a2e48e7e753468 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sat, 19 Nov 2022 15:21:51 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc52ae17..4e029931 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ app.use((err, req, res, next) => { _**Important:** 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)_. -## [Documentation](https://github.com/cdimascio/express-openapi-validator/wiki) +## [Documentation](https://github.com/cdimascio/express-openapi-validator/wiki/Documentation) See the [wiki](https://github.com/cdimascio/express-openapi-validator/wiki) for complete documenation