From d99d8d0a05f59a9516a69a8cc084d9b44426ba3a Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sat, 23 Apr 2016 20:35:21 -0400 Subject: [PATCH] Fixed bug in readme (see #47). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fd22b..f104be3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ fail for obvious reasons). That being said, here's an example of a complete conf "options": { "key": "value", "note": "anything you want can be in here!", - "and": "you can use it to build your own additional configuration options.", + "and": "you can use it to build your own additional configuration options." } }