Commit 4e542fc49b4f9e2139e1788b5413cad8cc528616

Authored by Vasiliy Ermolovich
2 parents a761933c 659e564c
Exists in master and in 1 other branch production

Merge pull request #469 from adamjt/master

Update Heroku config in README
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -151,7 +151,7 @@ git clone http://github.com/errbit/errbit.git
151 151 ```bash
152 152 gem install heroku
153 153 heroku create example-errbit --stack cedar
154   -heroku addons:add mongolab:starter
  154 +heroku addons:add mongolab:sandbox
155 155 heroku addons:add sendgrid:starter
156 156 heroku config:add HEROKU=true
157 157 heroku config:add SECRET_TOKEN="$(bundle exec rake secret)"
... ...