Skip to content

Commit d490528

Browse files
Update README installation to account for react <15.4
1 parent f6a6734 commit d490528

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Parser('<p>Hello, world!</p>');
3333
$ npm install html-react-parser
3434
```
3535

36+
Or if you're using react <15.4:
37+
38+
```sh
39+
$ npm install html-react-parser@0.2
40+
```
41+
3642
[CDN](https://unpkg.com/html-react-parser/):
3743

3844
```html

0 commit comments

Comments
 (0)