Commit 659e564c2c20fcc4b79c0c33482b21712f7851dc
1 parent
a761933c
Exists in
master
and in
1 other branch
Update Heroku config in README
mongolab free plan is now called "sandbox"
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)" | ... | ... |