From 4e924e0056bdeb5f7a166c240ed38379ee970fbb Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Tue, 15 Sep 2020 20:38:34 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33683d53..76ff4765 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,16 @@ [![GitHub stars](https://img.shields.io/github/stars/cdimascio/express-openapi-validator.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/cdimascio/express-openapi-validator/stargazers/) [![Twitter URL](https://img.shields.io/twitter/url/https/github.com/cdimascio/express-openapi-validator.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20express-openapi-validator%20by%20%40CarmineDiMascio%20https%3A%2F%2Fgithub.com%2Fcdimascio%2Fexpress-openapi-validator%20%F0%9F%91%8D) -### 📢 [`4.0.0-alpha.6` available!](https://github.com/cdimascio/express-openapi-validator/tree/v4) 📢 +### 📢 [`4.0.0-alpha.8` available!](https://github.com/cdimascio/express-openapi-validator/tree/v4) 📢 Installs as standard connect middleware. Please provide your feedback [here](https://github.com/cdimascio/express-openapi-validator/pull/351). ```shell -npm i express-openapi-validator@4.0.0-alpha.7 +npm i express-openapi-validator@4.0.0-alpha.8 ``` -- See [Usage and Documentation for 4.0.0-alpha.7](https://github.com/cdimascio/express-openapi-validator/blob/v4/README.md) -- See [Examples for 4.0.0-alpha.7](https://github.com/cdimascio/express-openapi-validator/tree/v4/examples) +- See [Usage and Documentation for 4.0.0-alpha.8](https://github.com/cdimascio/express-openapi-validator/blob/v4/README.md) +- See [Examples for 4.0.0-alpha.8](https://github.com/cdimascio/express-openapi-validator/tree/v4/examples) - Please provide [feedback](https://github.com/cdimascio/express-openapi-validator/pull/351) and submit any [issues](https://github.com/cdimascio/express-openapi-validator/issues) encountered. Thanks!