diff --git a/README.md b/README.md index 7d5962fc..4a640bb6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An OpenApi validator for ExpressJS that automatically validates API requests and

-[express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is unopinionated library that integrates with new and existing API applications. express-openapi-validator let you to write code the way you want and does not impose any coding convention or project layout. 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). +[express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is unopinionated library that integrates with new and existing API applications. express-openapi-validator lets you write code the way you want; it does not impose any coding convention or project layout. 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). **Features:**