1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-19 21:28:23 +02:00

Merge pull request #959 from mmcc/update-setup-docs

Update setup guide
This commit is contained in:
Steve Heffernan 2014-01-23 14:04:49 -08:00
commit 1cd81ad258

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 ### ### CDN Version ###
```html ```html
<link href="//vjs.zencdn.net/4.2/video-js.css" rel="stylesheet"> <link href="//vjs.zencdn.net/4.3/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.2/video.js"></script> <script src="//vjs.zencdn.net/4.3/video.js"></script>
``` ```
### Self Hosted. ### ### Self Hosted. ###