Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed May 1, 2016
1 parent 4e1314a commit c1838f1
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 @@ -62,7 +62,7 @@ If you want a quickstart, [clone our demo app](https://github.com/EddyVerbruggen
function(error) {
console.log("Error creating an Event: " + error);
}
)
);
```

If you want an 'all day event', make sure you set the dates to midnight like this:
Expand Down Expand Up @@ -101,7 +101,7 @@ If you want an 'all day event', make sure you set the dates to midnight like thi
function(error) {
console.log("Error finding Events: " + error);
}
)
);
```

The returned 'events' object is an array of JSON events with these properties:
Expand Down

0 comments on commit c1838f1

Please sign in to comment.