README.md in iqvoc-4.1.1 vs README.md in iqvoc-4.1.2

- old
+ new

@@ -24,20 +24,19 @@ ## Setup ### Heroku You can easily setup your iQvoc instance in under 5 minutes, we wanted to make this process really easy. +In order to deploy to heroku you need to have an account and [heroku toolbelt](https://toolbelt.heroku.com) installed. -To run iQvoc on heroku do the following: - ``` -bundle install -bundle exec heroku create -bundle exec rake heroku:config -git push heroku master -bundle exec heroku run rake db:migrate -bundle exec heroku run rake db:seed -bundle exec heroku restart +$ bundle install +$ heroku create +$ bundle exec rake heroku:config +$ git push heroku master +$ heroku run rake db:migrate +$ heroku run rake db:seed +$ heroku restart ``` `heroku open` opens your app in the browser. Remember to visit the Users section and change the default passwords!