From 30d31b3135600a44f13eb4eded0c784ddafe5592 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Mon, 23 Mar 2015 02:21:38 +0800 Subject: [PATCH] emqttd --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c36750269..bad673d56 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ Bridge brokers locally or remotelly ## Startup in Five Minutes ``` -$ git clone git://github.com/emqtt/emqtt.git +$ git clone git://github.com/emqtt/emqttd.git -$ cd emqtt +$ cd emqttd $ make && make dist -$ cd rel/emqtt +$ cd rel/emqttd $ ./bin/emqttd console ```