Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Korostin committed May 26, 2020
1 parent 10d2b13 commit 7f818e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Usually it looks like:
```javascript
var $sked = $('#sked').skedTape({
caption: 'Cities',
start: yesterday(22, 0), // Timeline starts this date-time (UTC)
end: today(12, 0), // Timeline ends this date-time (UTC)
start: yesterday(22, 0), // Timeline starts this date-time
end: today(12, 0), // Timeline ends this date-time
showEventTime: true, // Whether to show event start-end time
showEventDuration: true, // Whether to show event duration
locations: [
Expand Down

0 comments on commit 7f818e9

Please sign in to comment.