Move TOC below the header and badges. Rerun doctoc
Showing
1 changed file
with
10 additions
and
10 deletions
1 | # video.js HLS Source Handler | ||
2 | |||
3 | Play back HLS with video.js, even where it's not natively supported. | ||
4 | |||
5 | [![Build Status](https://travis-ci.org/videojs/videojs-contrib-hls.svg?branch=master)](https://travis-ci.org/videojs/videojs-contrib-hls) | ||
6 | |||
1 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> | 7 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> |
2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | 8 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
3 | **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* | 9 | **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* |
4 | 10 | ||
5 | - [video.js HLS Source Handler](#videojs-hls-source-handler) | 11 | - [Getting Started](#getting-started) |
6 | - [Getting Started](#getting-started) | 12 | - [Documentation](#documentation) |
7 | - [Documentation](#documentation) | ||
8 | - [Options](#options) | 13 | - [Options](#options) |
9 | - [withCredentials](#withcredentials) | 14 | - [withCredentials](#withcredentials) |
10 | - [Runtime Properties](#runtime-properties) | 15 | - [Runtime Properties](#runtime-properties) |
... | @@ -19,17 +24,12 @@ | ... | @@ -19,17 +24,12 @@ |
19 | - [loadedplaylist](#loadedplaylist) | 24 | - [loadedplaylist](#loadedplaylist) |
20 | - [mediachange](#mediachange) | 25 | - [mediachange](#mediachange) |
21 | - [In-Band Metadata](#in-band-metadata) | 26 | - [In-Band Metadata](#in-band-metadata) |
22 | - [Hosting Considerations](#hosting-considerations) | 27 | - [Hosting Considerations](#hosting-considerations) |
23 | - [Testing](#testing) | 28 | - [Testing](#testing) |
24 | - [Release History](#release-history) | 29 | - [Release History](#release-history) |
25 | 30 | ||
26 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> | 31 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
27 | 32 | ||
28 | # video.js HLS Source Handler | ||
29 | |||
30 | Play back HLS with video.js, even where it's not natively supported. | ||
31 | |||
32 | [![Build Status](https://travis-ci.org/videojs/videojs-contrib-hls.svg?branch=master)](https://travis-ci.org/videojs/videojs-contrib-hls) | ||
33 | 33 | ||
34 | ## Getting Started | 34 | ## Getting Started |
35 | Download | 35 | Download | ... | ... |
-
Please register or sign in to post a comment