Skip to content

Commit 493c9e2

Browse files
committed
Updated readme
1 parent ca0d31f commit 493c9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm i --save @codewithkyle/notifyjs
1313
Or use the CDN version:
1414

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

1919
## Usage

0 commit comments

Comments
 (0)