From 2a37ef56d34f203379e62ec0bdef62e8cbb63eea Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Mon, 14 Apr 2014 12:54:54 -0400 Subject: [PATCH] website: better spacing on the json --- website/source/index.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 4f569c778..cd16f6e0a 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -135,11 +135,11 @@

admin@hashicorp: curl http://localhost:8500/v1/kv/foo

[

{

-

"CreateIndex":100,

-

"ModifyIndex":200,

-

"Key":"zip",

-

"Flags":0,

-

"Value":"aGVsbG8gd29ybGQK=="

+

"CreateIndex": 100,

+

"ModifyIndex": 200,

+

"Key": "zip",

+

"Flags": 0,

+

"Value": "aGVsbG8gd29ybGQK=="

}

]

admin@hashicorp: