From e374db322063355ffd277bf97546b8ba625b1091 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Fri, 11 Nov 2022 16:09:59 +0000 Subject: [PATCH] docs: fix getting started JSON indentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4bdc17..df12be4 100644 --- a/README.md +++ b/README.md @@ -44,22 +44,22 @@ curl 'http://localhost:10000/api/strategies/blocking?names=nginx&names=whoami&se { "session": { "instances": [ - { + { "instance": { "name": "nginx", "currentReplicas": 1, "status": "ready" - }, + }, "error": null - }, - { + }, + { "instance": { "name": "nginx", "currentReplicas": 1, "status": "ready" - }, + }, "error": null - } + } ], "status":"ready" }