diff --git a/README.md b/README.md index 10f5fad..81e264a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # TinyMqtt -ESP 8266 is a very capable and small Mqtt Broker and Client +[![GitHub All Releases](https://img.shields.io/github/downloads/hsaturn/TinyMqtt/total)][releases] +![ESP](https://img.shields.io/badge/paltform-ESP8266-green) +![Licence](https://img.shields.io/badge/License-GPL%203.0-green) +![Broker](https://img.shields.io/badge/Mqtt-Broker%203.1.1-green) +![Broker](https://img.shields.io/badge/Mqtt-Client%203.1.1-green) + + +ESP 8266 is a small and very capable Mqtt Broker and Client ## Features @@ -13,9 +20,9 @@ ESP 8266 is a very capable and small Mqtt Broker and Client ## Quickstart -- install Streaming library -- install TinyMqtt library -- modify (wifi setup) +* install [Streaming library](https://github.com/janelia-arduino/Streaming) +* install [TinyMqtt library](https://github.com/hsaturn/TinyMqtt) +* modify (wifi setup) ## Examples