Skip to content

Commit

Permalink
docs(README): Fix typo in README (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored Aug 3, 2020
1 parent 58d33d6 commit 2405737
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 @@ -418,7 +418,7 @@ event.appleLocation({
});
```

You can either use location() or appleLocation(), but now both. Thanks to [@focux](https://github.com/focux) for the [pull request](https://github.com/sebbo2002/ical-generator/pull/170)
You can either use location() or appleLocation(), but not both. Thanks to [@focux](https://github.com/focux) for the [pull request](https://github.com/sebbo2002/ical-generator/pull/170)


#### geo([_String_|_Object_ geo])
Expand Down Expand Up @@ -537,7 +537,7 @@ cal.alarms([
{type: 'audio', trigger: 300}
]);

cal.attendees(); // --> [ICalAlarm, ICalAlarm]
cal.alarms(); // --> [ICalAlarm, ICalAlarm]
```

#### createCategory([_Object_ options])
Expand Down

0 comments on commit 2405737

Please sign in to comment.