mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-28 16:06:38 +01:00
docs: fix getting started JSON indentation
This commit is contained in:
12
README.md
12
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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user