From d246bf5c2975acdb8816e3174a82646bb1f93717 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 23 Oct 2019 18:42:32 -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 50c6d5d0..7d5962fc 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 easily 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 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). **Features:**