Skip to content

Commit

Permalink
change lib's browser route in README to use unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Mar 13, 2020
1 parent f4715fb commit 9709ce3
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 @@ -53,7 +53,7 @@ Browser:

```html
<!-- Import -->
<script src="https://rawgit.com/jeanlescure/short-unique-id/master/dist/short-unique-id.min.js"></script>
<script src="https://unpkg.com/short-unique-id@latest/dist/short-unique-id.min.js"></script>

<!-- Instantiate -->
<script>
Expand Down

0 comments on commit 9709ce3

Please sign in to comment.