From dd44a4a658ad77dfc833b9ed549951a8a67430c8 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 21 Mar 2021 12:08:12 +0100 Subject: [PATCH] Readme rewritten --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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