Skip to content

Commit b83091a

Browse files
authored
Update README.md
1 parent 2f508bd commit b83091a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ Similarly an actuator must subscribe to a single topic to receive events which e
371371
southbound. To check that the lines of communication are open, we can subscribe to a given topic, and see that we are
372372
able to receive something when a message is published.
373373

374+
374375
Open a **new terminal**, and create a new running `mqtt-subscriber` Docker container as follows:
375376

376377
```console
@@ -380,6 +381,8 @@ docker run -it --rm --name mqtt-subscriber \
380381

381382
The terminal will then be ready to receive events
382383

384+
> **Note:** There is no change on whilst running this command. The on screen output will only respond once you have completed the next step.
385+
383386
### Start an MQTT Publisher (:two:nd Terminal)
384387

385388
A sensor sending northbound measurements will publish to those measurements to the MQTT Broker to be passed on to any

0 commit comments

Comments
 (0)