Skip to content

Commit

Permalink
bumped CDN version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
deiu committed Nov 7, 2023
1 parent fc5c17b commit 156dfbc
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.2.6/dist/cjs/web-crypto.js"></script>
<script type="application/javascript" src="https://cdn.jsdelivr.net/npm/easy-web-crypto@1.3.2/dist/cjs/web-crypto.js"></script>
```
*You can use `window.WebCrypto` to access the API after installing.*

Expand Down

0 comments on commit 156dfbc

Please sign in to comment.