From 10898835515d7e84c3d82ad9e32bbd279be50eaa Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Mon, 30 Jul 2018 03:46:39 +0200 Subject: [PATCH] Fix readme --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 8be2b2f..986407c 100644 --- a/Readme.md +++ b/Readme.md @@ -17,11 +17,11 @@ MQTT library for multiple platforms including embedded targets. ## TODO -[ ] QoS testing, client -> server QoS partly works, server -> client does not -[ ] Running in MQTT Broker mode -[ ] Last will is implemented but not exposed in API -[ ] Implement Protocol level 3 (low prio) -[ ] Implement Draft Protocol level 5 (somewhat low prio as it's a draft spec) +- [] QoS testing, client -> server QoS partly works, server -> client does not +- [] Running in MQTT Broker mode +- [] Last will is implemented but not exposed in API +- [] Implement Protocol level 3 (low prio) +- [] Implement Draft Protocol level 5 (somewhat low prio as it's a draft spec) ## How to use