From 68aebda51fa560ed907aa0df66db1824ff6add2b Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 4 Oct 2018 21:04:15 +0930 Subject: minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbbb690..9d8a5ca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It's really hacky, I wouldn't really trust it for anything. Comments are ignored, they're denoted by the '#' character. -Spaces are currently treated literally. ````test=123```` and test = 123```` are DIFFERENT, the key has a space appended and the value a space prepended in the second example. +Spaces are currently treated literally. ````test=123```` and ````test = 123```` are DIFFERENT, the key has a space appended and the value a space prepended in the second example. Duplicate keys are not handled currently, the ````cfggetvalue```` function will only give you the first value. -- cgit v1.2.3