Fixing typo
This commit is contained in:
parent
1511049c02
commit
ed70d36dbf
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Only the `url` and the `name` field are mandatory.
|
||||||
- `addPrefix`: string to add at the beginning of the field
|
- `addPrefix`: string to add at the beginning of the field
|
||||||
- `addSuffix`: string to add at the end of the field
|
- `addSuffix`: string to add at the end of the field
|
||||||
|
|
||||||
If multiple calendars a specified in the configuration list, their events will be merged in the resulting ics feed.
|
If multiple calendars are specified in the configuration list, their events will be merged in the resulting ics feed.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Once the config file is created, the corresponding HTTP endpoint is accessible. For example, if the file `app/config/my-calendar.json` contains the configuration, the HTTP endpoint will be `http://localhost:8088/my-calendar`.
|
Once the config file is created, the corresponding HTTP endpoint is accessible. For example, if the file `app/config/my-calendar.json` contains the configuration, the HTTP endpoint will be `http://localhost:8088/my-calendar`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue