From ed70d36dbf7fdcafd6073885b812e64d63b52d8b Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Tue, 29 Sep 2020 19:28:18 +0200 Subject: [PATCH] Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f267e33..78356ad 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Only the `url` and the `name` field are mandatory. - `addPrefix`: string to add at the beginning 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 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`.