From f80dad32c2a4da69a284a7c26eb36b0b9c0225fc Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Wed, 25 Feb 2015 13:35:18 -0800 Subject: [PATCH] (maint) Fixing spacing --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8d17bf8..a68ce19 100644 --- a/README.md +++ b/README.md @@ -235,14 +235,14 @@ $ curl --url vmpooler.company.com/status If there are empty pools, the "status" section will convey this: ```json - "status": { - "ok": false, - "message": "Found 2 empty pools.", - "empty": [ - "centos-6-x86_64", - "debian-7-x86_64" - ] - } + "status": { + "ok": false, + "message": "Found 2 empty pools.", + "empty": [ + "centos-6-x86_64", + "debian-7-x86_64" + ] + } ``` ##### GET /summary