Skip to content

Commit

Permalink
Test reference into README
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMorel committed Oct 2, 2013
1 parent b008a65 commit abf224f
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 @@ -133,7 +133,7 @@ $event->attachAlarm($alarm);
this function setUniqueId($uniquId);
this function setTimezone($tz);
Calendar function createCalendar();
Event function createEvent();
[Event](#event) function createEvent();
Alarm function createAlarm();
```

Expand All @@ -151,7 +151,7 @@ string function returnCalendar();

* * * * *

**Event**
<a id="event">**Event**
```php
Event function __construct(mixed $param);
this function setStartDate(Datetime $date);
Expand Down

0 comments on commit abf224f

Please sign in to comment.