diff --git a/bundles/org.openhab.binding.ecovacs/README.md b/bundles/org.openhab.binding.ecovacs/README.md
index 3360cf0ee965c..80266490c117f 100644
--- a/bundles/org.openhab.binding.ecovacs/README.md
+++ b/bundles/org.openhab.binding.ecovacs/README.md
@@ -114,7 +114,7 @@ The following actions are supported by the `command` channel:
|--------------|-------------------------------------------|------------------------------------------------------|
| `clean` | Start cleaning in automatic mode. | |
| `spotArea` | Start cleaning specific rooms. |
- Only if supported by device, which can be recognized by `spotArea` being present in the list of possible states of the `current-cleaning-mode` channel.
- Format: `spotArea:`, where `room IDs` is a semicolon separated list of room letters as shown in Ecovacs' app, so a valid command could e.g. be `spotArea:A;D;E`.
- If you want to run 2 clean passes, amend `:x2` to the command, e.g. `spotArea:A;C;B:x2`.
|
-| `customArea` | Start cleaning specific areas. | - Only if supported by device, which can be recognized by `customArea` being present in the list of possible states of the `current-cleaning-mode` channel.
- Format: `customArea:;;;, where the parameters are coordinates (in mm) relative to the map.
- The coordinates can be obtained from the `current-cleaning-spot-definition` channel when starting a custom area run from the app.
- If you want to run 2 clean passes, amend `:x2` to the command, e.g. `customArea:100;100;1000;1000:x2`.
|
+| `customArea` | Start cleaning specific areas. | - Only if supported by device, which can be recognized by `customArea` being present in the list of possible states of the `current-cleaning-mode` channel.
- Format: `customArea:;;;`, where the parameters are coordinates (in mm) relative to the map.
- The coordinates can be obtained from the `current-cleaning-spot-definition` channel when starting a custom area run from the app.
- If you want to run 2 clean passes, amend `:x2` to the command, e.g. `customArea:100;100;1000;1000:x2`.
|
| `pause` | Pause cleaning if it's currently active. | If the device is idle, the command is ignored. |
| `resume` | Resume cleaning if it's currently paused. | If the device is not paused, the command is ignored. |
| `stop` | Stop cleaning immediately. | |