diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,4 +28,7 @@ The format is: ``` # a list of icals to be used if none is provided to the program cals = ["/home/foo/mycal.ics", "/tmp/anothercal.ics"] + +# default period to display +period = "day" ``` |