Rename artifacts
Use 'videojs-hls' instead of 'video-js-hls'.
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -5,14 +5,14 @@ A video.js plugin that plays HLS video on platforms that don't support it but ha | ... | @@ -5,14 +5,14 @@ A video.js plugin that plays HLS video on platforms that don't support it but ha |
5 | ## Getting Started | 5 | ## Getting Started |
6 | Download the [production version][min] or the [development version][max]. | 6 | Download the [production version][min] or the [development version][max]. |
7 | 7 | ||
8 | [min]: https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/video-js-hls.min.js | 8 | [min]: https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/videojs-hls.min.js |
9 | [max]: https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/video-js-hls.js | 9 | [max]: https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/videojs-hls.js |
10 | 10 | ||
11 | In your web page: | 11 | In your web page: |
12 | 12 | ||
13 | ```html | 13 | ```html |
14 | <script src="video.js"></script> | 14 | <script src="video.js"></script> |
15 | <script src="dist/video-js-hls.min.js"></script> | 15 | <script src="dist/videojs-hls.min.js"></script> |
16 | <script> | 16 | <script> |
17 | var player = videojs('video'); | 17 | var player = videojs('video'); |
18 | player.hls(); | 18 | player.hls(); | ... | ... |
-
Please register or sign in to post a comment