diff options
author | Chris West (Faux) <git@goeswhere.com> | 2015-10-01 20:35:44 +0100 |
---|---|---|
committer | Chris West (Faux) <git@goeswhere.com> | 2015-10-01 20:35:44 +0100 |
commit | b820574f26d8064bd5424e89d7c04a6559afa17a (patch) | |
tree | 2bec3c084bbfc9eb6db848ac7ba6798f66089a90 | |
parent | 41adc0d0c357093c7418aa3950b07e491f3811de (diff) | |
download | ghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.tar.gz ghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.tar.bz2 ghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.tar.xz ghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.zip |
clarify conversions
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ The file on the target to edit. A very simple object notation for the location of the property to edit, and its new value. -Mandatory automatic conversion will be applied. Supported values: +Mandatory automatic conversion will be applied. Supported conversions are +listed below. Everything else will be left as a string: * integers (``5``, ``-17``) * ``true`` / ``false`` |