From 581aac3207e385697cdb7fa740561c3189a9090c Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Mon, 1 Feb 2016 12:33:33 -0600 Subject: [PATCH] Fixed README Typo --- examples/mqtt_arbitrary_data/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mqtt_arbitrary_data/README.md b/examples/mqtt_arbitrary_data/README.md index 23f99b1..66b765c 100644 --- a/examples/mqtt_arbitrary_data/README.md +++ b/examples/mqtt_arbitrary_data/README.md @@ -1,4 +1,4 @@ -# Adafruit MQTT Library example with support +# Adafruit MQTT Library Arbitrary Data Publish Example This example illustrates publishing an arbitrary data packet using the Adafruit MQTT library to an MQTT feed which can then be parsed by the included python subscriber client. Possible usage cases include adding metadata (collection time, sensor info etc) to a datapoint.