Skip to content

Commit

Permalink
Bugfix in example data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored Oct 28, 2017
1 parent c3add3b commit faa7f64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Data should looks like this:

```javascript
var data = [
[
{
source: {
id: 'january',
start: 1,
Expand All @@ -191,8 +191,8 @@ var data = [
start: 18,
end: 20
}
],
[
},
{
source: {
id: 'february',
start: 20,
Expand All @@ -203,7 +203,7 @@ var data = [
start: 1,
end: 13
}
],
},
...
];
```
Expand Down

0 comments on commit faa7f64

Please sign in to comment.