diff options
author | Sam Potts <sam@potts.es> | 2018-07-10 09:50:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-10 09:50:43 +1000 |
commit | 8db9b53a8f7c6f72e5ec637e175df10257349e62 (patch) | |
tree | 8d67f1f08d1b9966dc732d5676e4bc770c56794f | |
parent | 8226493a9ead0b629d386a2f402b088f888c4b84 (diff) | |
parent | 8071feda18b4fccf129e13d8af8ed74a947e564a (diff) | |
download | plyr-8db9b53a8f7c6f72e5ec637e175df10257349e62.tar.lz plyr-8db9b53a8f7c6f72e5ec637e175df10257349e62.tar.xz plyr-8db9b53a8f7c6f72e5ec637e175df10257349e62.zip |
Merge pull request #1092 from friday/readme-streaming-link
Fix streaming link in docs
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ A simple, lightweight, accessible and customizable HTML5, YouTube and Vimeo medi * **HTML Video & Audio** - support for both formats * **[Embedded Video](#embeds)** - support for YouTube and Vimeo video playback * **[Monetization](#ads)** - make money from your videos -* **[Streaming](#streaming)** - support for hls.js, Shaka and dash.js streaming playback +* **[Streaming](#try-plyr-online)** - support for hls.js, Shaka and dash.js streaming playback * **[API](#api)** - toggle playback, volume, seeking, and more through a standardized API * **[Events](#events)** - no messing around with Vimeo and YouTube APIs, all events are standardized across formats * **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes |