From cdb135c3456dec12bad760e517fc7fdf549da96c Mon Sep 17 00:00:00 2001 From: Tom Victor Date: Fri, 1 Sep 2023 17:00:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a71c14..10e76f3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The project aims to give full support for mqtt broker and related apis. The internals of the mqtt server is written in Rust using popular Tokio framework. Motive of the project is to avoid the GIL limitation of python and bring all the fun features offered by rust. -## Planned Features +## Features * Full-fledged configurable Tokio based MQTT server * No python GIL limitation @@ -11,7 +11,7 @@ Rust using popular Tokio framework. Motive of the project is to avoid the GIL li * Zero extra setup required to run mqtt broker in you Django and Fastapi project * and more -## Features +## Planned Features * Device support * Sensor support