Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
README: fix protocol for script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Nov 18, 2016
1 parent 6e5552e commit 65a42de
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 @@ -32,7 +32,7 @@ uuid.v1(); // -> '6c84fb90-12c4-11e1-840d-7b25c5ee775a'
[wzrd.in](https://github.com/jfhbrook/wzrd.in) will serve up any npm module after performing basic bundling and minification.

```html
<script src="https://wzrd.in/standalone/uuid@latest"></script>
<script src="//wzrd.in/standalone/uuid@latest"></script>
```

## API
Expand Down

0 comments on commit 65a42de

Please sign in to comment.