From c0add9d638398e25467504447827c39ef0424b03 Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Sun, 31 Jan 2016 19:00:38 -0600 Subject: [PATCH] Formatting --- examples/mqtt_arbitrary_buffer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mqtt_arbitrary_buffer/README.md b/examples/mqtt_arbitrary_buffer/README.md index 0dddedc..ff1f7b5 100644 --- a/examples/mqtt_arbitrary_buffer/README.md +++ b/examples/mqtt_arbitrary_buffer/README.md @@ -2,7 +2,7 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQTT library to an MQTT feed which can then be parsed by the included python subscriber client. -To run the python subscriber: +## Using Example Python Subscriber: Install dependents if haven't already ```bash @@ -15,7 +15,7 @@ Run python script with default values python subscriber.py ``` -Use help to list the modifiable options +Use help to see a list of modifiable options ```bash python subscriber.py -h ```