diff --git a/README.md b/README.md index 9abab196..eea1adc4 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,25 @@ A video.js tech that plays HLS video on platforms that don't support it but have [![Build Status](https://travis-ci.org/videojs/videojs-contrib-hls.svg?branch=master)](https://travis-ci.org/videojs/videojs-contrib-hls) ## Getting Started -Download the [Media Source plugin](https://github.com/videojs/videojs-contrib-media-sources/releases) as well as the [HLS tech](https://github.com/videojs/videojs-contrib-hls/releases). On your web page: +Download [videojs-contrib-media-sources](https://github.com/videojs/videojs-contrib-media-sources/releases) and [videojs-contrib-hls](https://github.com/videojs/videojs-contrib-hls/releases). Include them both in your web page along with video.js: ```html + ``` +Check out our [live example](http://videojs.github.io/videojs-contrib-hls/) if you're having trouble. + ## Documentation [HTTP Live Streaming](https://developer.apple.com/streaming/) (HLS) has become a de-facto standard for streaming video on mobile devices