We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0d31f commit 493c9e2Copy full SHA for 493c9e2
README.md
@@ -13,7 +13,7 @@ npm i --save @codewithkyle/notifyjs
13
Or use the CDN version:
14
15
```javascript
16
-import { Notifier, snackbar, toast } from "https://cdn.jsdelivr.net/npm/@codewithkyle/notifyjs@2.1.0/notify.min.mjs;
+import { Notifier, snackbar, toast } from "https://cdn.jsdelivr.net/npm/@codewithkyle/notifyjs@2.1.0/notify.min.mjs";
17
```
18
19
## Usage
0 commit comments