From 025a3c7d278e5498ba4d8ab6f24e626aea6dc575 Mon Sep 17 00:00:00 2001 From: RockyJin Date: Thu, 30 Aug 2018 22:07:46 +0800 Subject: [PATCH] fix typo of README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e80dae6b..0e13dd019 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # *EMQ X* - MQTT Broker -*EMQ X* broker is fully a open source, highly scalable, highly available distributed message broker for IoT, M2M and Mobile applications that can handle tens of millions of concurrent clients. +*EMQ X* broker is a fully open source, highly scalable, highly available distributed message broker for IoT, M2M and Mobile applications that can handle tens of millions of concurrent clients. Starting from 3.0 release, *EMQ X* broker fully supports MQTT V5.0 protocol specifications and backward compatible with MQTT V3.1 and V3.1.1, as well as other communication protocols such as MQTT-SN, CoAP, LwM2M, WebSocket, STOMP and SockJS. The 3.0 release of the *EMQ X* broker can scaled to 10+ million concurrent MQTT connections on one cluster. @@ -17,8 +17,8 @@ The *EMQ* broker is cross-platform, which can be deployed on Linux, Unix, Mac, W Download the binary package for your platform from [here](http://emqtt.io/downloads). --[Single Node Install](http://emqtt.io/docs/v2/install.html) --[Multi Node Install](http://emqtt.io/docs/v2/cluster.html) +- [Single Node Install](http://emqtt.io/docs/v2/install.html) +- [Multi Node Install](http://emqtt.io/docs/v2/cluster.html) ## Build From Source