Skip to content

Commit

Permalink
Merge pull request #68 from HiFaraz/patch-1
Browse files Browse the repository at this point in the history
fix(README): use UMD file for <script> tags
  • Loading branch information
addyosmani authored Dec 23, 2018
2 parents aa40490 + e735eb7 commit 76bd65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Quickstart:

```html
<!-- Include quicklink from dist -->
<script src="dist/quicklink.js"></script>
<script src="dist/quicklink.umd.js"></script>
<!-- Initialize (you can do this whenever you want) -->
<script>
quicklink();
Expand Down

0 comments on commit 76bd65c

Please sign in to comment.