From dd065d25e68d0b633314e3c37bee2acd26692ac3 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio <dimascio@us.ibm.com> Date: Fri, 22 Mar 2019 12:57:56 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d9ad55ce..bf8bbd8d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ ExpressJs middleware that automatically validates API requests using an OpenAPI 3.0 specification, -Try out the [sample project](https://github.com/cdimascio/express-middleware-openapi-example) - ## Install ```shell @@ -103,7 +101,7 @@ module.exports = app; ## [Example API Server (Full Project Source)](https://github.com/cdimascio/express-middleware-openapi-example) -A full working example lives [here](https://github.com/cdimascio/express-middleware-openapi-example) +A fully working example lives [here](https://github.com/cdimascio/express-middleware-openapi-example) ## Example validation responses