From 3f037321ae93423a8ec44a3a5991af29e59f10e7 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 21 Mar 2017 10:29:44 +0530 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 807b82e..0e07253 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Include it in your html: ``` And start hacking: -``` +```js var tasks = [ { id: 'Task 1', @@ -25,7 +25,8 @@ var tasks = [ start: '2016-12-28', end: '2016-12-31', progress: 20, - dependencies: 'Task 2, Task 3' + dependencies: 'Task 2, Task 3', + custom_class: 'bar-milestone' // optional }, ... ]