docs: fix getting started JSON indentation

This commit is contained in:
Alexis Couvreur
2022-11-11 16:09:59 +00:00
parent 71005b8212
commit e374db3220

View File

@@ -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"
}