You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For full documentation please check out the [Horizontal Timeline 2.0 website](ht
37
37
Unlike the original, 2.0 dynamically creates the timeline according to the amount of event content there is. Making it even simplier to setup! All you need to do is create the event content…
38
38
39
39
```html
40
-
<divclass="cd-horizontal-timeline"id="example">
40
+
<divclass="horizontal-timeline"id="example">
41
41
<divclass="events-content">
42
42
<ol>
43
43
<liclass="selected"data-date="16/01/2014">
@@ -55,7 +55,7 @@ And then initialise the timeline with jQuery using the default options.
0 commit comments