Skip to content

Commit ca409db

Browse files
authored
Update README.md
1 parent 03c28db commit ca409db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ npm i --save @codewithkyle/notifyjs
1313
Or use the CDN version:
1414

1515
```javascript
16-
import { Notifier, snackbar, toast, append } from "https://cdn.jsdelivr.net/npm/@codewithkyle/notifyjs@3.0.0/notify.min.mjs";
16+
import { Notifier, snackbar, toast, append } from "https://cdn.jsdelivr.net/npm/@codewithkyle/notifyjs@3/notify.min.mjs";
1717
```
1818

1919
```html
20-
<script src="https://cdn.jsdelivr.net/npm/@codewithkyle/notifyjs@3.0.0/notify.min.js"></script>
20+
<script src="https://cdn.jsdelivr.net/npm/@codewithkyle/notifyjs@3/notify.min.js"></script>
2121
<script>
2222
Notifier.snackbar({ message: "This is a snackbar notification." });
2323
Notifier.toast({ title: "CDN Example", message: "This is a toast notification." });

0 commit comments

Comments
 (0)