Skip to content

Commit 997f7d2

Browse files
committed
docs(gen): update 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
1 parent 0071276 commit 997f7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ To work with your new heroku app using the command line, you will need to run an
263263

264264
If you're using mongoDB you will need to add a database to your app:
265265

266-
heroku addons:add mongolab
266+
heroku addons:create mongolab
267267

268268
Your app should now be live. To view it run `heroku open`.
269269

0 commit comments

Comments
 (0)