summaryrefslogtreecommitdiff
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:32:34 +0200
commit38969f2c2eedb70ddcfb9a301c075641fdd48fe6 (patch)
tree157e99f9b75d846bc8a5aab8126c7250891eb7c2
parent5cb747bdd92f4212be47bbfce8fe4ffed56ce83d (diff)
downloadcalendar-cli-38969f2c2eedb70ddcfb9a301c075641fdd48fe6.zip
bugfix: config file should be with underscores, ref github issue #25
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ac8866..056a43d 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,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"
}
}
```