From 519d26b1c645759c8ebb24235b060fbf8a71d058 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Mon, 11 Oct 2021 23:36:13 +0200 Subject: [PATCH] - Updated badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 33c0d4e4..a63655a9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Quality][quality-image]][quality-url] [![Code Climate][climate-image]][climate-url] [![Downloads][downloads-image]][downloads-url] +[![Build][build-image]][build-url] > Node.js library that generates Typescript clients based on the OpenAPI specification. @@ -484,3 +485,5 @@ in your `tsconfig.json` file. [climate-image]: https://img.shields.io/codeclimate/maintainability/ferdikoomen/openapi-typescript-codegen.svg [downloads-url]: http://npm-stat.com/charts.html?package=openapi-typescript-codegen [downloads-image]: http://img.shields.io/npm/dm/openapi-typescript-codegen.svg +[build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master +[build-image]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master.svg?style=svg