Skip to content

Commit 150f21c

Browse files
committed
docs: fix npm version badge
1 parent 1415d7f commit 150f21c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<img alt="coverage status" src="https://coveralls.io/repos/github/bkrem/react-d3-tree/badge.svg?branch=master">
99
</a>
1010
<a href="https://www.npmjs.com/package/react-d3-tree">
11-
<img alt="npm package" src="https://badge.fury.io/js/react-d3-tree.svg">
11+
<img alt="npm package" src="https://img.shields.io/npm/v/react-d3-tree?style=flat">
1212
</a>
1313
<a href="https://www.npmjs.com/package/react-d3-tree">
1414
<img alt="npm package: downloads monthly" src="https://img.shields.io/npm/dm/react-d3-tree.svg">
1515
</a>
1616
<a href="https://github.com/prettier/prettier">
17-
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=plastic">
17+
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg">
1818
</a>
1919
</p>
2020

0 commit comments

Comments
 (0)