Skip to content

Commit

Permalink
chore: remove @version from cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrinslzx committed Feb 8, 2021
1 parent 00cc377 commit e259120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export const encryptStorage = EncryptStorage('secret_key', options);
### CDN (unpkg.com)
```html
<script>
import { EncryptStorage } from 'https://unpkg.com/encrypt-storage@0.1.23/dist/index.js'
// get latest version of package at npm
import { EncryptStorage } from 'https://unpkg.com/encrypt-storage/dist/index.js'
const encryptStorage = EncryptStorage('secret_key', options);
</script>
Expand Down

0 comments on commit e259120

Please sign in to comment.