diff --git a/README.md b/README.md index 7d99a930..3aab4bf0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An OpenApi validator for ExpressJS that automatically validates API requests using an OpenAPI 3.0 specification.

- +

[express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is unopinionated and does not impose any coding convention or project structure. Simply, install the validator onto your express app, point it to your OpenApi 3 specification, then define and implement routes the way you prefer. See an [example](#example-express-api-server).