Skip to content

Commit

Permalink
Fix UMD version in readme (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon authored Jan 5, 2024
1 parent 5eaf1ec commit a5cfb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react-cookie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ or in the browser (global variable `ReactCookie`):
></script>
<script
crossorigin
src="https://unpkg.com/universal-cookie@6/umd/universalCookie.min.js"
src="https://unpkg.com/universal-cookie@7/umd/universalCookie.min.js"
></script>
<script
crossorigin
src="https://unpkg.com/react-cookie@6/umd/reactCookie.min.js"
src="https://unpkg.com/react-cookie@7/umd/reactCookie.min.js"
></script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/universal-cookie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ or in the browser (global variable `UniversalCookie`):
```html
<script
crossorigin
src="https://unpkg.com/universal-cookie@6/umd/universalCookie.min.js"
src="https://unpkg.com/universal-cookie@7/umd/universalCookie.min.js"
></script>
```

Expand Down

0 comments on commit a5cfb92

Please sign in to comment.