File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) {
124125The library exposes the ` htmlparser2 ` library it uses. This allows consumers
125126to 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.
You can’t perform that action at this time.
0 commit comments