diff --git a/README.md b/README.md index 8ef1dc4a..1cfc0f83 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ `mica-mqtt` **低延迟**、**高性能**的 `mqtt` 物联网组件。更多使用方式详见: **mica-mqtt-example** 模块。 -✨✨✨**最佳实践**✨✨✨ [**BladeX 物联网平台(基于 mica-mqtt 私服加强版)**](https://iot.bladex.cn?from=mica-mqtt) +✨✨✨**最佳实践**✨✨✨ [**BladeX 物联网平台(基于 mica-mqtt 加强版)**](https://iot.bladex.cn?from=mica-mqtt) ## 🍱 使用场景 @@ -35,7 +35,7 @@ - [x] 支持 http rest api,[http api 文档详见](docs/http-api.md)。 - [x] 支持 MQTT client 客户端。 - [x] 支持 MQTT server 服务端。 -- [x] 支持 MQTT client、server 共享订阅支持(私服加强版采用 topic 树存储,跟 topic 数无关,百万 topic 性能依旧)。 +- [x] 支持 MQTT client、server 共享订阅支持。 - [x] 支持 MQTT 遗嘱消息。 - [x] 支持 MQTT 保留消息。 - [x] 支持自定义消息(mq)处理转发实现集群。