Proper readme docs

This commit is contained in:
Sam Potts
2015-02-17 14:54:39 +11:00
parent 61fe24e0bf
commit a39bbec1fd
8 changed files with 231 additions and 37 deletions

View File

@@ -8,5 +8,8 @@
plyr.setup({
debug: true,
title: "Video demo",
html: templates.controls.render({})
html: templates.controls.render({}),
captions: {
defaultActive: true
}
});