Skip to content

Commit

Permalink
Merge pull request #67 from Pugzy/master
Browse files Browse the repository at this point in the history
Fix syntax error in readme
  • Loading branch information
maddhatter authored Apr 18, 2017
2 parents 25f278f + 77452be commit 9d9e937
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 @@ -149,7 +149,7 @@ $event = \Calendar::event(
"Valentine's Day", //event title
true, //full day event?
'2015-02-14', //start time, must be a DateTime object or valid DateTime format (http://bit.ly/1z7QWbg)
'2015-02-14' //end time, must be a DateTime object or valid DateTime format (http://bit.ly/1z7QWbg),
'2015-02-14', //end time, must be a DateTime object or valid DateTime format (http://bit.ly/1z7QWbg),
1, //optional event ID
[
'url' => 'http://full-calendar.io',
Expand Down

0 comments on commit 9d9e937

Please sign in to comment.