summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-10-04 21:04:15 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-10-04 21:04:15 +0930
commit68aebda51fa560ed907aa0df66db1824ff6add2b (patch)
tree4ef11686cc8e162110f271f2a456b79f4b67dce1
parentbb50693367c79050623810acba8dac5232914642 (diff)
downloadcfg-68aebda51fa560ed907aa0df66db1824ff6add2b.tar.gz
cfg-68aebda51fa560ed907aa0df66db1824ff6add2b.zip
minor fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.