From cbf40df65923ae9e446a1c4d491ab92784c13fce Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Sun, 31 Jan 2016 19:39:10 -0600 Subject: [PATCH] Tweak --- 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 fef9b66..a9309d0 100644 --- a/examples/mqtt_arbitrary_buffer/README.md +++ b/examples/mqtt_arbitrary_buffer/README.md @@ -4,7 +4,7 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT --- -### Installing and configuring Mosquitto broker (minimal working setup): +## Installing and configuring Mosquitto broker (minimal working setup): ####_Installing on Raspberry Pi/Linux:_ @@ -67,7 +67,7 @@ mosquitto_passwd pwfile TestPy #Enter and confirm password when prompted --- -### Using Example Python Subscriber: +## Using Example Python Subscriber: Install dependencies if haven't already ```bash