aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Pollan2018-12-17 13:29:47 +0100
committerRuben Pollan2018-12-17 13:29:47 +0100
commit2e49507453ec5f5ec1052c79ad23d1c77babb67c (patch)
tree4ab6ef8ebaa3448573f77a85db187e6542ab62f5 /README.md
parent865395620ed8e8a1c152bd0e4abbfb6890bfdc65 (diff)
Add period to the config file
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 636abba..ece1536 100644
--- a/README.md
+++ b/README.md
@@ -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"
```