Skip to content

Commit 7ef82b8

Browse files
docs(readme): update CDN version of React to 18
1 parent e77b005 commit 7ef82b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ yarn add html-react-parser
8383

8484
```html
8585
<!-- HTMLReactParser depends on React -->
86-
<script src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
86+
<script src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
8787
<script src="https://unpkg.com/html-react-parser@latest/dist/html-react-parser.min.js"></script>
8888
<script>
8989
window.HTMLReactParser(/* string */);

0 commit comments

Comments
 (0)