From b1cc4f6c3f5846b3fb240ceed87f8e28edc6a979 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Tue, 26 Mar 2019 09:30:27 -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 e653cab2..595ddd13 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An OpenApi validator for ExpressJS that automatically validates API requests usi

-[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, 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 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). ## Install