From 09d2d0090102140ed9f6f77059b47b8bdc9f2677 Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Sun, 31 Jan 2016 19:37:49 -0600 Subject: [PATCH] Tweak --- examples/mqtt_arbitrary_buffer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/mqtt_arbitrary_buffer/README.md b/examples/mqtt_arbitrary_buffer/README.md index ec7fc5f..ee92922 100644 --- a/examples/mqtt_arbitrary_buffer/README.md +++ b/examples/mqtt_arbitrary_buffer/README.md @@ -4,9 +4,9 @@ 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: +####__Installing on Raspberry Pi/Linux:__ ```bash sudo apt-get install mosquitto @@ -14,7 +14,7 @@ cd /etc/mosquitto/ #See "Both" Setup Instructions Below ``` -####Installing On a Mac: +####__Installing On a Mac:__ ```bash brew install mosquitto cd /usr/local/etc/mosquitto