Liu Song’s Projects


~/Projects/mqtt-go

git clone https://code.lsong.org/mqtt-go

Commit

Commit
3ff853a9905ed2b698834c863e1cd90d412bd7a4
Author
JB <28275108+[email protected]>
Date
2022-01-05 21:41:45 +0000 +0000
Diffstat
 README.md | 7 ++++---

Update README.md


diff --git a/README.md b/README.md
index 2352a51add52c0e26682968a5145228a55ed97ac..191d386a1712911eb2e95a549d46306a25780377 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,12 @@ - Interfaces for Client Authentication and Topic access control.
 - Bolt-backed persistence and storage interfaces.
 - Directly Publishing from embedding service (`s.Publish(topic, message, retain)`).
 
+	}
+
 #### Roadmap
-<p align="center">
+
 [![Build Status](https://travis-ci.com/mochi-co/mqtt.svg?token=59nqixhtefy2iQRwsPcu&branch=master)](https://travis-ci.com/mochi-co/mqtt)
-- Docker Image
-- MQTT v5 compatibility
+</p>
 
 #### Using the Broker
 Mochi MQTT can be used as a standalone broker. Simply checkout this repository and run the `main.go` entrypoint in the `cmd` folder which will expose tcp (:1883), websocket (:1882), and dashboard (:8080) listeners. A docker image is coming soon.