Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Aug 21, 2022
1 parent 8203be2 commit 32c0984
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 @@ -37,7 +37,7 @@ Or manually download and link `storejs` in your HTML, It can also be downloaded
CDN: [UNPKG](https://unpkg.com/storejs/dist/) | [jsDelivr](https://cdn.jsdelivr.net/npm/storejs) | [Githack](https://raw.githack.com/jaywcjlove/store.js/master/dist/store.min.js) | [Statically](https://cdn.statically.io/gh/jaywcjlove/store.js/master/dist/store.min.js) | [bundle.run](https://bundle.run/storejs)

```html
<script src="https://unpkg.com/cookiejs/dist/cookie.min.js"></script>
<script src="https://unpkg.com/storejs/dist/store.js"></script>
<script type="text/javascript">
store('test', 'tank');
</script>
Expand Down

0 comments on commit 32c0984

Please sign in to comment.