Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Added git checkout dota so that the master branch isn't used
- Fixed heroku link pointing to heroku instead of heroku-dota
  • Loading branch information
MeLlamoPablo committed Dec 10, 2016
1 parent 6fb5196 commit adbfab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Start by cloning this repo, and then install the dependencies:
```sh
$ git clone https://github.com/MeLlamoPablo/schedulebot.git
$ cd schedulebot
$ git checkout dota
$ npm install
```

Expand Down Expand Up @@ -86,7 +87,7 @@ After installing your bot, you might want to check out the
If you wanted to host ScheduleBot locally, you'd need to have your computer on 24/7 to have your bot
always online. To avoid that, we could use a PaaS provider, such as Heroku. Heroku's free plan is
good enough for hosting our bot. To learn how to deploy the bot to heroku,
[go here](https://github.com/MeLlamoPablo/schedulebot/tree/heroku#heroku-deployment-guide).
[go here](https://github.com/MeLlamoPablo/schedulebot/tree/heroku-dota#heroku-deployment-guide).

## License

Expand Down

0 comments on commit adbfab7

Please sign in to comment.