summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris West (Faux) <git@goeswhere.com>2015-10-01 20:34:47 +0100
committerChris West (Faux) <git@goeswhere.com>2015-10-01 20:34:47 +0100
commit41adc0d0c357093c7418aa3950b07e491f3811de (patch)
tree8d840f4c67886c6f0cc6124acbade2dac681aa88
parent0f0d92bced5cad877198eb8d3c7a8119810ee3b6 (diff)
downloadghetto-json-41adc0d0c357093c7418aa3950b07e491f3811de.tar.gz
ghetto-json-41adc0d0c357093c7418aa3950b07e491f3811de.tar.bz2
ghetto-json-41adc0d0c357093c7418aa3950b07e491f3811de.tar.xz
ghetto-json-41adc0d0c357093c7418aa3950b07e491f3811de.zip
bit more indentation there
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a37640f..cd8ed1c 100644
--- a/README.md
+++ b/README.md
@@ -61,10 +61,10 @@ For the example JSON document ``/foo/bar.json`` containing:
...you can run an invocation like:
````
- ghetto_json:
- path=/foo/bar.json
- a=7
- b.c=yellow
- b.d=unset
+ path=/foo/bar.json
+ a=7
+ b.c=yellow
+ b.d=unset
````
...and the file will be left looking like: