diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-10-04 21:04:15 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-10-04 21:04:15 +0930 |
commit | 68aebda51fa560ed907aa0df66db1824ff6add2b (patch) | |
tree | 4ef11686cc8e162110f271f2a456b79f4b67dce1 | |
parent | bb50693367c79050623810acba8dac5232914642 (diff) | |
download | cfg-68aebda51fa560ed907aa0df66db1824ff6add2b.tar.gz cfg-68aebda51fa560ed907aa0df66db1824ff6add2b.zip |
minor fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |