readme: label fix

This commit is contained in:
Kasper Moskwiak 2015-07-27 19:02:42 +02:00
parent 00a0f1534a
commit e45af2a522

View file

@ -49,7 +49,7 @@ There's also a [working example](example.html) of the plugin you can check out i
// Update video sources // Update video sources
player.newVideoSources([ player.newVideoSources([
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: 'SD' }, { type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: 'SD' },
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", lable: 'HD' }, { type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: 'HD' },
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: '4k' } { type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: '4k' }
]) ])