From 88f511dc8265e4b85bc1cd634ec288fa5dfe39b9 Mon Sep 17 00:00:00 2001 From: spchuang Date: Sun, 14 Dec 2014 17:04:53 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"},