Commit c00f9690ed50d07a86487586d1cfa0a67218d8f4

Authored by Bryce McDonnell
1 parent d4b4ca91
Exists in master and in 1 other branch production

updates a reference to mongoHQ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -147,7 +147,7 @@ heroku create example-errbit --stack cedar
147 147 heroku addons:add mongolab:starter
148 148 cp -f config/mongoid.mongolab.yml config/mongoid.yml
149 149 git add -f config/mongoid.yml
150   -git commit -m "Added mongoid config for MongoHQ"
  150 +git commit -m "Added mongoid config for Mongolab"
151 151 heroku addons:add sendgrid:starter
152 152 heroku config:add HEROKU=true
153 153 heroku config:add ERRBIT_HOST=some-hostname.example.com
... ...