summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris West (Faux) <git@goeswhere.com>2015-10-01 20:35:44 +0100
committerChris West (Faux) <git@goeswhere.com>2015-10-01 20:35:44 +0100
commitb820574f26d8064bd5424e89d7c04a6559afa17a (patch)
tree2bec3c084bbfc9eb6db848ac7ba6798f66089a90
parent41adc0d0c357093c7418aa3950b07e491f3811de (diff)
downloadghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.tar.gz
ghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.tar.bz2
ghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.tar.xz
ghetto-json-b820574f26d8064bd5424e89d7c04a6559afa17a.zip
clarify conversions
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd8ed1c..9c9c86c 100644
--- a/README.md
+++ b/README.md
@@ -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``