We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d7a0 commit 356ca88Copy full SHA for 356ca88
3 files changed
README.md
@@ -34,13 +34,13 @@ $ npm i -D zipurl
34
#### Use locally
35
36
```html
37
-<script src="path/to/zipurl.min.js"></script>
+<script src="path/to/dist/index.umd.js"></script>
38
```
39
40
#### Or without installation via CDN
41
42
43
-<script src="https://cdn.jsdelivr.net/npm/zipurl@0"></script>
+<script src="https://cdn.jsdelivr.net/npm/zipurl"></script>
44
45
46
The functions `zipurl()` and `unzipurl()` are available in the global (`window`)
0 commit comments