Skip to content

Commit 76bd65c

Browse files
authored
Merge pull request #68 from HiFaraz/patch-1
fix(README): use UMD file for <script> tags
2 parents aa40490 + e735eb7 commit 76bd65c

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)