Skip to content

Commit

Permalink
Fixed typo in readme code example
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-p committed Aug 26, 2013
1 parent 244fb8c commit e283c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Optionally, you can pass some settings to the plugin:
plugins : { resolutionSelector : {
force_types : [ 'video/mp4', 'video/webm' ],
default_res : "480"
}
} }

`force_types` is an array. The plugin will check each resolution to make sure there is a source of each type at that resolution. `default_res` is pretty self explanatory.

Expand Down

0 comments on commit e283c9e

Please sign in to comment.