summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2016-04-05 23:30:44 +0200
committerTobias Brox <tobias@redpill-linpro.com>2016-04-05 23:30:44 +0200
commit2e061724fddd7064f616d0adb8e13db6c08e5184 (patch)
treefa477e2509ca317207d9201ed569947fbc747963 /README.md
parent04eb15d4b8a67fea9bd7658ad41ccad911472301 (diff)
downloadcalendar-cli-2e061724fddd7064f616d0adb8e13db6c08e5184.zip
bugfix: config file should be with underscores, ref github issue #25
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index efadf2e..392f3ca 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,8 @@ The file may look like this:
```json
{ "default":
{ "caldav_url": "http://foo.bar.example.com/caldav/",
- "caldav-user": "luser",
- "caldav-pass": "insecure"
+ "caldav_user": "luser",
+ "caldav_pass": "insecure"
}
}
```