Skip to content

Commit 7ca7fc3

Browse files
chore: update readme (decaporg#7187)
update react and react-dom version from 16 to 18 Co-authored-by: Martin Jagodic <[email protected]>
1 parent cdd0899 commit 7ca7fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/decap-cms-app/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Install via script tag:
1717
<!-- Excluding `doctype` and `head` but you should add them -->
1818
<body>
1919
<!-- Add these scripts to the bottom of the body -->
20-
<script src="https://unpkg.com/react@^16/umd/react.production.min.js"></script>
21-
<script src="https://unpkg.com/react-dom@^16/umd/react-dom.production.min.js"></script>
20+
<script src="https://unpkg.com/react@^18/umd/react.production.min.js"></script>
21+
<script src="https://unpkg.com/react-dom@^18/umd/react-dom.production.min.js"></script>
2222
<script src="https://unpkg.com/decap-cms-app/dist/decap-cms-app.js"></script>
2323

2424
<!-- Initialize the CMS -->

0 commit comments

Comments
 (0)