Skip to content

Commit

Permalink
fix readme - due to feedback
Browse files Browse the repository at this point in the history
thanks @paskuale75  fixed #136
  • Loading branch information
philippfrenzel authored Feb 1, 2019
1 parent a9ab0fa commit 333b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Quickstart Looks like this:
$Event->id = 1;
$Event->title = 'Testing';
$Event->start = date('Y-m-d\TH:i:s\Z');
$event->nonstandard = [
$Event->nonstandard = [
'field1' => 'Something I want to be included in object #1',
'field2' => 'Something I want to be included in object #2',
];
Expand Down

0 comments on commit 333b418

Please sign in to comment.