Feng Lee 11 years ago
parent
commit
30d31b3135
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
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
 ```