website: better spacing on the json

This commit is contained in:
Jack Pearkes 2014-04-14 12:54:54 -04:00
parent af9af93ad7
commit 2a37ef56d3
1 changed files with 5 additions and 5 deletions

View File

@ -135,11 +135,11 @@
<p class="command"><span class="txt-r">admin@hashicorp</span>: curl http://localhost:8500/v1/kv/foo</p>
<p>[</p>
<p> {</p>
<p> "CreateIndex":100,</p>
<p> "ModifyIndex":200,</p>
<p> "Key":"zip",</p>
<p> "Flags":0,</p>
<p> "Value":"<span class="txt-p">aGVsbG8gd29ybGQK==</span>"</p>
<p> "CreateIndex": 100,</p>
<p> "ModifyIndex": 200,</p>
<p> "Key": "zip",</p>
<p> "Flags": 0,</p>
<p> "Value": <span class="txt-p">"aGVsbG8gd29ybGQK=="</span></p>
<p> }</p>
<p>]</p>
<p class="command"><span class="txt-r">admin@hashicorp</span>: <span class="cursor">&nbsp;</span></p>