From b7fb3bf4a05da1413d013bd57cf2c2f979ae7b36 Mon Sep 17 00:00:00 2001 From: Projjol Banerji Date: Fri, 25 Sep 2015 02:15:48 +0530 Subject: [PATCH] Update README.md Support for add has been deprecated, create runs without any warning being flagged. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d87f6ac..6731d7f 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ heroku git:remote -a yourherokuapp` * Add [Postgres](https://www.heroku.com/postgres) to your application: ```bash -heroku addons:add heroku-postgresql:dev +heroku addons:create heroku-postgresql:dev ``` * Add [Heroku scheduler](https://scheduler.heroku.com) to your application: ```bash -heroku addons:add scheduler +heroku addons:create scheduler ``` * Set the [environment variables](#environment-variables) for the application, substituting your own values for those shown. Start with the Slack details: