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 479897b commit 001774aCopy full SHA for 001774a
README.md
@@ -8,13 +8,13 @@ $ npm install dropkit.js
8
9
2. Import via cdn
10
```html
11
-<script src="https://unpkg.com/dropkit.js-test/dist/umd/index.js"></script>
+<script src="https://unpkg.com/dropkit.js/dist/umd/index.js"></script>
12
```
13
14
## Example
15
16
<!-- Import DropKit.js library -->
17
18
19
<script>
20
document.getElementById('mint_btn').onclick = async function mint() {
0 commit comments