From e45af2a5229687bc193d0420e34f4aad5542f827 Mon Sep 17 00:00:00 2001 From: Kasper Moskwiak Date: Mon, 27 Jul 2015 19:02:42 +0200 Subject: [PATCH] readme: label fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5932e1..a6937ca 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ There's also a [working example](example.html) of the plugin you can check out i // Update video sources 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", 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' } ])