Skip to content

Commit 001774a

Browse files
committed
Update config
1 parent 479897b commit 001774a

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
@@ -8,13 +8,13 @@ $ npm install dropkit.js
88

99
2. Import via cdn
1010
```html
11-
<script src="https://unpkg.com/dropkit.js-test/dist/umd/index.js"></script>
11+
<script src="https://unpkg.com/dropkit.js/dist/umd/index.js"></script>
1212
```
1313

1414
## Example
1515
```html
1616
<!-- Import DropKit.js library -->
17-
<script src="https://unpkg.com/dropkit.js-test/dist/umd/index.js"></script>
17+
<script src="https://unpkg.com/dropkit.js/dist/umd/index.js"></script>
1818

1919
<script>
2020
document.getElementById('mint_btn').onclick = async function mint() {

0 commit comments

Comments
 (0)