diff --git a/configuration/README.md b/configuration/README.md index 57eca85f..7f81724c 100644 --- a/configuration/README.md +++ b/configuration/README.md @@ -70,5 +70,5 @@ The way `cluster` vs `single` is now handled is as following: | Mode | /cluster.json content | |-----------|-------------------| -| Single| `cluster` attribute is not empty| -| Cluster| `cluster` attribute is empty | +| Single| `cluster` attribute is empty| +| Cluster| `cluster` attribute is not empty |