From 12c501e3499fce43d2525e3f3c0750ad62741151 Mon Sep 17 00:00:00 2001 From: David Liman Date: Sat, 15 Aug 2015 20:21:48 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feea2727d..dee226720 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT * TCP/SSL Connection Support * MQTT Over Websocket(SSL) Support * HTTP Publish API Support -* [$SYS/borkers/#](https://github.com/emqtt/emqtt/wiki/$SYS-Topics-of-Broker) Support +* [$SYS/brokers/#](https://github.com/emqtt/emqtt/wiki/$SYS-Topics-of-Broker) Support * Client Authentication with clientId, ipaddress * Client Authentication with username, password. * Client ACL control with ipaddress, clientid, username.