From f62b461ef2021a44ec46c82208a6410d5d8d29fd Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Fri, 22 Mar 2019 12:57:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e78cac..d9ad55ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # express-middleware-openapi -![](https://travis-ci.org/cdimascio/express-middleware-openapi.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/cdimascio/express-middleware-openapi/badge.svg?branch=master)](https://coveralls.io/github/cdimascio/express-middleware-openapi?branch=master) ![](https://img.shields.io/badge/license-MIT-blue.svg) +![](https://travis-ci.org/cdimascio/express-middleware-openapi.svg?branch=master) ![](https://img.shields.io/npm/v/express-middleware-openapi.svg) [![Coverage Status](https://coveralls.io/repos/github/cdimascio/express-middleware-openapi/badge.svg?branch=master)](https://coveralls.io/github/cdimascio/express-middleware-openapi?branch=master) ![](https://img.shields.io/badge/license-MIT-blue.svg) ExpressJs middleware that automatically validates API requests using an OpenAPI 3.0 specification,