From 44627dd2c9337d88dfc0fdf7c41a0451a2391048 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Tue, 7 Jun 2016 17:00:07 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfa946bea..dd01e9f97 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Then you need to start the setup of the bot ``` mkdir myhubot cd myhubot -yo hubot --adapter="rocketchat" +yo hubot --adapter="rocketchat@0.1" ``` It'll ask you a few questions. @@ -79,7 +79,7 @@ It'll ask you a few questions. Alternatively you can actually answer the questions in one command: ``` -yo hubot --owner="OWNER " --name="bot" --description="Bot" --adapter="rocketchat" +yo hubot --owner="OWNER " --name="bot" --description="Bot" --adapter="rocketchat@0.1" ``` Also be sure to remember the name you specify. This is what the bot will respond to in Rocket.Chat. @@ -101,7 +101,7 @@ Then start with: `bin/hubot -a rocketchat` #### Existing install If you already have hubot setup you can add the adapter. -By doing: `npm install hubot-rocketchat` +By doing: `npm install hubot-rocketchat@0.1` You will need to tell the adapter where your install is and what login information to use.