From 71b8eae3e96c55d6036b43ef729de83453e0bff5 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 7 Apr 2019 13:01:35 -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 b1d0a41b..3db07d90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # express-openapi-validator -![](https://travis-ci.com/cdimascio/express-openapi-validator.svg?branch=master) [![](https://img.shields.io/npm/v/express-openapi-validator.svg)](https://www.npmjs.com/package/express-openapi-validator) [![Coverage Status](https://coveralls.io/repos/github/cdimascio/express-openapi-validator/badge.svg)](https://coveralls.io/github/cdimascio/express-openapi-validator) ![](https://img.shields.io/badge/license-MIT-blue.svg) +![](https://travis-ci.com/cdimascio/express-openapi-validator.svg?branch=master) [![](https://img.shields.io/npm/v/express-openapi-validator.svg)](https://www.npmjs.com/package/express-openapi-validator) [![Coverage Status](https://coveralls.io/repos/github/cdimascio/express-openapi-validator/badge.svg)](https://coveralls.io/github/cdimascio/express-openapi-validator) [![](https://img.shields.io/badge/license-MIT-blue.svg)](#license) An OpenApi validator for ExpressJS that automatically validates API requests using an OpenAPI 3 specification.