From 40c95c66d67ee8e288bc37ac83273bb22384e7dd Mon Sep 17 00:00:00 2001 From: revelaction <96388231+revelaction@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:00:10 +0200 Subject: [PATCH] Update configuration.md --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 5c28d08..ccca0cd 100644 --- a/configuration.md +++ b/configuration.md @@ -4,7 +4,7 @@ The [`icalgit.toml`](icalgit.toml) file is used to configure the behavior of the ## General Settings -- **timezone**: Specifies the timezone for the notifications. Both icalendar timezone and config timezone will be shown in the notification message +- **timezone**: Specifies the timezone for the notifications. Both the .ics timezone and config timezone will be shown in the notification message - Example: `timezone = "Europe/Rome"` - **tick**: Defines the interval at which the daemon checks for new events. - Example: `tick = "24h"`