From 787cab2cf548456b1e5093156c378c88415e7ff1 Mon Sep 17 00:00:00 2001 From: Akaash Patnaik Date: Sat, 13 Jun 2015 11:41:30 +0530 Subject: [PATCH] Updated readme.md to reflect new heroku commands Heroku add-ons commands have changed. The old addons:add command is now deprecated. See here: https://devcenter.heroku.com/articles/managing-add-ons --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fa5b3b196..097b52671 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,7 @@ We provide an extremely simplifed deployment process for heroku. 3. `yo angular-fullstack:heroku` -5. Optional (if using mongoDB) `heroku addons:add mongohq` +5. Optional (if using mongoDB) `heroku addons:create mongohq` That's it! Your app should be live. Type `heroku open` from the dist folder to view it.