Skip to content

Commit e735eb7

Browse files
authored
fix(README): use UMD file for <script> tags
Browsers should use the UMD file (unless importing as ES modules). ref: #39
1 parent aa40490 commit e735eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Quickstart:
4141

4242
```html
4343
<!-- Include quicklink from dist -->
44-
<script src="dist/quicklink.js"></script>
44+
<script src="dist/quicklink.umd.js"></script>
4545
<!-- Initialize (you can do this whenever you want) -->
4646
<script>
4747
quicklink();

0 commit comments

Comments
 (0)