diff --git a/README.md b/README.md
index e26ba91ecac9894a38600c96f29a192d93015319..25dbd4ec7ee487846cac3efcdb87f8089ac1f364 100644
--- a/README.md
+++ b/README.md
@@ -182,13 +182,12 @@ npm install -g yo generator-hubot
 Then you will clone HubotNatural repository:  
 
 ```shell
-git clone https://github.com/RocketChat/hubot-natural.git
+git clone https://github.com/RocketChat/hubot-natural.git mybot
 ```
 
-Now change directory name to whatever your bot's name will gonna be, and install hubot binaries, without overwitting any of the files inside the folder:
+Change 'mybot' in the git clone command above to whatever your bot's name will be, and install hubot binaries, without overwitting any of the files inside the folder:
 
 ```shell
-mv hubot-natural mybot
 cd mybot
 npm install
 yo hubot