Skip to content

Commit

Permalink
docs: fix link unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed May 3, 2023
1 parent e15b25b commit 91babd5
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 @@ -36,7 +36,7 @@ Just include link from CDN and you are ready to go.

```html
<!-- preferably in <head> -->
<script src="https://unpkg.com/xz-notify@1.1.0/dist/xz-notify.min.js" type="module"></script>
<script src="https://unpkg.com/xz-notify@latest/dist/xz-notify.min.js" type="module"></script>
<!-- inside <body> -->
<xz-notify expire="150000">Hello world!</xz-notify>
```
Expand Down

0 comments on commit 91babd5

Please sign in to comment.