From 00a9c8f670186ea64657245ae2c5207c0553c778 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sat, 3 Feb 2024 15:28:23 -0500 Subject: [PATCH] Direct example broken link to the guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d3fe8b..a73489f3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ docs.

-[🦋express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is an 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). +[🦋express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is an 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](https://cdimascio.github.io/express-openapi-validator-documentation/guide-standard/). **Features:**