From e60eaf927d12b3baf814b5eaa1a2fe9e788ac311 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 23 Oct 2019 18:43:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**