diff --git a/README.md b/README.md index 0d29eeaa..e1e96bf9 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 is unopinionated and does not impose any coding convention. Simply, install the validator onto your express app, then define and implement routes the way you prefer. +[express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is unopinionated and does not impose any coding convention. Simply, install the validator onto your express app, then define and implement routes the way you prefer. See an [example](#example-express-api-server). ## Install