This commit is contained in:
Stuart Feichtinger 2016-01-31 19:03:23 -06:00
parent ee1440903a
commit b002526690
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT
## Installing and running Mosquitto
###On a Raspberry Pi:
####On a Raspberry Pi:
```bash
sudo apt-get install mosquitto
```
###On a Mac:
####On a Mac:
```bash
brew install mosquitto
```