From c97df6c7175956b3a34ba94b7d3ee562e2161be4 Mon Sep 17 00:00:00 2001 From: Michael Whitley Date: Thu, 29 Jan 2015 15:24:16 -0600 Subject: [PATCH] docs: changing from mongohq to mongolab MongoHQ has removed their free plan from heroku. Executing the current add results in a recurring monthly charge. MongoLab has a free sandbox plan --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 209a6356b..0ab578ad8 100644 --- a/readme.md +++ b/readme.md @@ -261,7 +261,7 @@ To work with your new heroku app using the command line, you will need to run an If you're using mongoDB you will need to add a database to your app: - heroku addons:add mongohq + heroku addons:add mongolab Your app should now be live. To view it run `heroku open`.