From 772d1dcaae0104d12cf98d35168f1a7556b09b74 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Mon, 9 Sep 2024 21:51:37 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6194762..425baa13 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ ```shell npm install express-openapi-validator -# experimental OAS 3.1 in alpha (contributions welcome - see branch `oas-3.1` and pr-882 (issue-573) +# experimental OAS 3.1 in alpha (contributions welcome - see branch `oas-3.1` and pr-882 +# please provide feedback on (issue-573) npm install express-openapi-validator@6.0.0-alpha.3 ```