We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd0899 commit 7ca7fc3Copy full SHA for 7ca7fc3
packages/decap-cms-app/README.md
@@ -17,8 +17,8 @@ Install via script tag:
17
<!-- Excluding `doctype` and `head` but you should add them -->
18
<body>
19
<!-- 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>
+ <script src="https://unpkg.com/react@^18/umd/react.production.min.js"></script>
+ <script src="https://unpkg.com/react-dom@^18/umd/react-dom.production.min.js"></script>
22
<script src="https://unpkg.com/decap-cms-app/dist/decap-cms-app.js"></script>
23
24
<!-- Initialize the CMS -->
0 commit comments