From 2644db6a36c53ad7253592a5d884d4b0f828e2d2 Mon Sep 17 00:00:00 2001 From: Kalin Chernev Date: Fri, 25 Sep 2020 14:01:28 +0200 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 95faa067..e2f1e5bd 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ Document your code and keep a live and reusable OpenAPI (Swagger) specification. This specification can be the core of your API-driven project: generate documentation, servers, clients, tests and much more based on the rich [OpenAPI ecosystem of tools](http://swagger.io/). -[![npm Version](https://img.shields.io/npm/v/swagger-jsdoc.svg)](https://www.npmjs.com/package/swagger-jsdoc) [![npm Downloads](https://img.shields.io/npm/dm/swagger-jsdoc.svg)](https://www.npmjs.com/package/swagger-jsdoc) -[![swagger-jsdoc Actions Status](https://github.com/Surnet/swagger-jsdoc/workflows/ci/badge.svg)](https://github.com/Surnet/swagger-jsdoc/actions) -[![Known Vulnerabilities](https://snyk.io/test/github/Surnet/swagger-jsdoc/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Surnet/swagger-jsdoc?targetFile=package.json) +![CI](https://github.com/Surnet/swagger-jsdoc/workflows/CI/badge.svg) ## Goals