diff options
author | Chris West (Faux) <git@goeswhere.com> | 2015-10-01 20:34:47 +0100 |
---|---|---|
committer | Chris West (Faux) <git@goeswhere.com> | 2015-10-01 20:34:47 +0100 |
commit | 41adc0d0c357093c7418aa3950b07e491f3811de (patch) | |
tree | 8d840f4c67886c6f0cc6124acbade2dac681aa88 | |
parent | 0f0d92bced5cad877198eb8d3c7a8119810ee3b6 (diff) | |
download | ghetto-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |