summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobixen@gmail.com>2013-10-02 00:29:22 +0200
committerTobias Brox <tobixen@gmail.com>2013-10-02 00:29:22 +0200
commit35f70e1ba9946a2f46f8aed377b56585475a8b65 (patch)
treed74ff112d5fa50d1a02c12398eea5303159f8852 /README.md
parente1ccf45697a19ca5102efef465616aa891dab8da (diff)
downloadcalendar-cli-35f70e1ba9946a2f46f8aed377b56585475a8b65.zip
syntax fix in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7c909be..c3317d5 100644
--- a/README.md
+++ b/README.md
@@ -67,12 +67,12 @@ Configuration file
The file may look like this:
- { "default":
- { "caldav_url": "http://foo.bar.example.com/ical/",
- "caldav-user": "luser",
- "caldav-pass": "insecure"
- }
+```{ "default":
+ { "caldav_url": "http://foo.bar.example.com/ical/",
+ "caldav-user": "luser",
+ "caldav-pass": "insecure"
}
+}```
Optionally, in addition (or even instead) of "default", other "sections" can be created and selected through the --config-section option. The rationale is to allow configuration for multiple CalDAV-servers to remain in the same configuration file. Later versions will eventually be capable of copying events, or putting events into several calendars.