Skip to content

Commit

Permalink
Updated readme to use jsdelivr url
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Apr 10, 2016
1 parent 348e4a6 commit 97dd1bd
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 @@ -10,7 +10,7 @@ Add both Clappr and the thumbnails plugin scripts to your HTML:
```html
<head>
<script type="text/javascript" src="http://cdn.clappr.io/latest/clappr.min.js"></script>
<script type="text/javascript" src="dist/clappr-thumbnails-plugin.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr.thumbnails-plugin/latest/clappr-thumbnails-plugin.js"></script>
</head>
```

Expand Down

0 comments on commit 97dd1bd

Please sign in to comment.