diff --git a/README.md b/README.md index 4b54b99..8bca808 100755 --- a/README.md +++ b/README.md @@ -44,11 +44,9 @@ To add breaks in the video, simply add a new time (in seconds) in the list of br The style of the markers could be modified by passing an optional setting "markerStyle" with your preference of css styles. video.markers({ - setting: { - markerStyle: { - 'width':'8px', - 'background-color': 'red' - }, + markerStyle: { + 'width':'8px', + 'background-color': 'red' }, markers: [ {time: 9.5, text: "this"},