From 35f70e1ba9946a2f46f8aed377b56585475a8b65 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Wed, 2 Oct 2013 00:29:22 +0200 Subject: syntax fix in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3