From 409d18c659a070462ab25b6eecd3954a91c01a4c Mon Sep 17 00:00:00 2001 From: Jussi Vatjus-Anttila Date: Mon, 11 Mar 2019 21:37:02 +0200 Subject: [PATCH] add npm badge to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43dd6ac..1b51cfa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![npm version](https://badge.fury.io/js/puml2code.svg)](https://badge.fury.io/js/puml2code) [![CircleCI](https://circleci.com/gh/jupe/puml2code/tree/master.svg?style=svg)](https://circleci.com/gh/jupe/puml2code/tree/master) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![License badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io) [![Greenkeeper badge](https://badges.greenkeeper.io/jupe/puml2code.svg)](https://greenkeeper.io/) @@ -98,4 +99,4 @@ See more output examples [here](examples) ### LICENSE: -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)