Skip to content

Commit

Permalink
fix CDN link and mention version lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora authored Mar 5, 2017
1 parent 887d81e commit 35ee771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Tested in IE8+, Chrome, Firefox, Safari

* Development [xhook.js](https://jpillora.com/xhook/dist/xhook.js) 14KB
* Production [xhook.min.js](https://jpillora.com/xhook/dist/xhook.min.js) 6KB
* CDN (See available versions [here](https://github.com/jpillora/xhook/releases))
* CDN (Use `latest` or lock to one of the [available versions](https://github.com/jpillora/xhook/releases))

``` html
<script src="//https://unpkg.com/xhook@latest/dist/xhook.min.js"></script>
<script src="//unpkg.com/xhook@latest/dist/xhook.min.js"></script>
```

## API
Expand Down

0 comments on commit 35ee771

Please sign in to comment.