README.md in ruboty-1.0.4 vs README.md in ruboty-1.1.0

- old
+ new

@@ -66,22 +66,8 @@ gem "ruboty-slack" end ``` ## Deploy -Here is the smallest example to deploy a simple chatterbot to Heroku. +See [r7kamura/ruboty-template](https://github.com/r7kamura/ruboty-template) for example. -```sh -$ echo 'source "https://rubygems.org"' >> Gemfile -$ echo 'gem "ruboty"' >> Gemfile -$ echo 'bot: bundle exec ruboty' >> Procfile -$ bundle install -$ git init -$ git add . -$ git commit -m "Initial commit" -$ heroku create -$ git push heroku master -$ heroku scale bot=1 -``` - -## Screenshot -![](https://raw.githubusercontent.com/r7kamura/ruboty/master/images/screenshot.png) +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/r7kamura/ruboty-template)