Skip to content

Commit

Permalink
fix README and online generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Mar 4, 2020
1 parent 95349b9 commit b8852da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Short Unique ID (UUID) Generating Library

(Try out the [online generator](https://jeanlescure.github.io/short-unique-id/))
(Try out the <a target="_blank" href="https://jeanlescure.github.io/short-unique-id/">online generator</a>)

## With ES6 imports, Node.js, and browser support

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
margin-top: -3px;
}
</style>
<script src="/dist/short-unique-id.min.js"></script>
<script src="/short-unique-id/dist/short-unique-id.min.js"></script>
<!-- Instantiate -->
<script>
var ShortUniqueId = window['short-unique-id'].default;
Expand Down

0 comments on commit b8852da

Please sign in to comment.