1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-08 12:05:47 +02:00

Remove extra 10

This commit is contained in:
Matthew McClure 2014-10-30 10:12:58 -07:00
parent 423939857f
commit 48a0049350

View File

@ -20,8 +20,8 @@ You can download the Video.js source and host it on your own servers, or use the
### CDN Version ###
```html
<link href="//vjs.zencdn.net/4.10.10.0/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.10.10.0/video.js"></script>
<link href="//vjs.zencdn.net/4.10/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.10/video.js"></script>
```
### Self Hosted. ###