Commit 1b13724851a33fcfb73aac671367c34f5fea46b7

Authored by DoppioJP
1 parent fe4e38a1
Exists in master and in 1 other branch production

Update README.md

According to Heroku warning: non-unix style params have been deprecated, use --url=… for deployhooks:http
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -191,7 +191,7 @@ heroku run rake db:seed @@ -191,7 +191,7 @@ heroku run rake db:seed
191 * You may want to enable the deployment hook for heroku : 191 * You may want to enable the deployment hook for heroku :
192 192
193 ```bash 193 ```bash
194 -heroku addons:add deployhooks:http url="http://YOUR_ERRBIT_HOST/deploys.txt?api_key=YOUR_API_KEY" 194 +heroku addons:add deployhooks:http --url="http://YOUR_ERRBIT_HOST/deploys.txt?api_key=YOUR_API_KEY"
195 ``` 195 ```
196 196
197 * Enjoy! 197 * Enjoy!