Skip to content

Commit d0a289b

Browse files
committed
update umd link
seems faster and more reliable
1 parent f88cd3a commit d0a289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm i structurajs
1313
or, if you prefer, via a cdn with a script tag:
1414

1515
```html
16-
<script src="https://unpkg.com/structurajs/dist/umd.js"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/structurajs@0.3.4/dist/umd.min.js"></script>
1717
```
1818

1919
## Example

0 commit comments

Comments
 (0)