Skip to content

Commit db9669a

Browse files
committed
Correctly nest quotation marks in distributed monitoring command documentation
1 parent 5ad6261 commit db9669a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/distributed-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ To test the local nodes without starting the central node, you can send the foll
211211
Using MQTT Explorer or `mosquitto_pub`:
212212
```bash
213213
# Send inputs for Node A
214-
mosquitto_pub -t start_monitors_at_A -m "[w]"
214+
mosquitto_pub -t start_monitors_at_A -m "[\"w\"]"
215215

216216
# Send input for Node B
217-
mosquitto_pub -t start_monitors_at_B -m "[v]"
217+
mosquitto_pub -t start_monitors_at_B -m "[\"v\"]"
218218
```
219219

220220
#### Option B: Randomized Central Node

0 commit comments

Comments
 (0)