From d764c3e1a41a6aeaf838b2ca7f86d3edd6f96fee Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Sun, 31 Jan 2016 18:59:14 -0600 Subject: [PATCH] Tweaks --- examples/mqtt_arbitrary_buffer/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/mqtt_arbitrary_buffer/README.md b/examples/mqtt_arbitrary_buffer/README.md index b3ad330..0dddedc 100644 --- a/examples/mqtt_arbitrary_buffer/README.md +++ b/examples/mqtt_arbitrary_buffer/README.md @@ -5,17 +5,17 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT To run the python subscriber: Install dependents if haven't already -'''bash +```bash cd ../Adafruit_MQTT_Library/examples/mqtt_arbitrary_buffer/python_subscriber pip install -r requirements.txt -''' +``` Run python script with default values -'''bash +```bash python subscriber.py -''' +``` Use help to list the modifiable options -'''bash +```bash python subscriber.py -h -''' +```