Skip to content

Commit

Permalink
docs: CDN link to exact latest 1.x.x release w/ higher maxage
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed Jun 10, 2023
1 parent aa22870 commit 8adfab2
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 @@ -107,7 +107,7 @@ Select a 1.x version of videojs-sprite-thumbnails from the [CDN](https://unpkg.c
Or load the latest Video.js v7.x/v6.x compatible release of the plugin via [script tag](#script-tag):

```html
<script src="https://unpkg.com/videojs-sprite-thumbnails@1/dist/videojs-sprite-thumbnails.min.js"></script>
<script src="https://unpkg.com/videojs-sprite-thumbnails@1.1.0/dist/videojs-sprite-thumbnails.min.js"></script>
```

### Configuration
Expand Down

0 comments on commit 8adfab2

Please sign in to comment.