Skip to content

Commit 997b433

Browse files
authored
Add downloads badge to readme
1 parent 3cc8537 commit 997b433

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A utility for converting HTML strings into [React](https://facebook.github.io/re
77
[![Travis branch](https://img.shields.io/travis/wrakky/react-html-parser/master.svg)](https://travis-ci.org/wrakky/react-html-parser)
88
[![Coveralls](https://img.shields.io/coveralls/wrakky/react-html-parser.svg)](https://coveralls.io/github/wrakky/react-html-parser)
99
[![npm](https://img.shields.io/npm/v/react-html-parser.svg)](https://www.npmjs.com/package/react-html-parser)
10+
[![Downloads](https://img.shields.io/npm/dw/react-html-parser.svg)](https://www.npmjs.com/package/react-html-parser)
1011
[![David](https://img.shields.io/david/wrakky/react-html-parser.svg)](https://david-dm.org/wrakky/react-html-parser)
1112

1213
## Install
@@ -124,4 +125,4 @@ function transform(node, index) {
124125
The library exposes the `htmlparser2` library it uses. This allows consumers
125126
to use it without having to add it as a separate dependency.
126127

127-
See https://github.com/fb55/htmlparser2 for full details.
128+
See https://github.com/fb55/htmlparser2 for full details.

0 commit comments

Comments
 (0)