Skip to content

Commit

Permalink
bump version in CDN link
Browse files Browse the repository at this point in the history
  • Loading branch information
deiu committed Jan 2, 2024
1 parent f65efae commit 0660046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install --save easy-web-crypto

Either host `dist/web-crypto.js` yourself or use jsDelivr like this:
```html
<script type="application/javascript" src="https://cdn.jsdelivr.net/npm/easy-web-crypto@1.3.2/dist/cjs/web-crypto.js"></script>
<script type="application/javascript" src="https://cdn.jsdelivr.net/npm/easy-web-crypto@1.4.0/dist/cjs/web-crypto.js"></script>
```
*You can use `globalThis.WebCrypto` to access the API after installing.*

Expand Down

0 comments on commit 0660046

Please sign in to comment.