Skip to content

Commit

Permalink
chore: update readme (#7187)
Browse files Browse the repository at this point in the history
update react and react-dom version from 16 to 18

Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
  • Loading branch information
woldtwerk and martinjagodic committed Jun 14, 2024
1 parent cdd0899 commit 7ca7fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/decap-cms-app/README.md
Original file line number Diff line number Diff line change
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 7ca7fc3

Please sign in to comment.