Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
update react and react-dom version from 16 to 18
  • Loading branch information
woldtwerk committed Apr 22, 2024
1 parent 29423c7 commit 99da8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/decap-cms-app/README.md
Expand Up @@ -17,8 +17,8 @@ Install via script tag:
<!-- Excluding `doctype` and `head` but you should add them -->
<body>
<!-- Add these scripts to the bottom of the body -->
<script src="https://unpkg.com/react@^16/umd/react.production.min.js"></script>
<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>
<script src="https://unpkg.com/decap-cms-app/dist/decap-cms-app.js"></script>

<!-- Initialize the CMS -->
Expand Down

0 comments on commit 99da8d6

Please sign in to comment.