Commit b48cf3886fcf8665302b40f5a2aabb153a63a64f

Authored by Vasiliy Ermolovich
2 parents fe4e38a1 1b137248
Exists in master and in 1 other branch production

Merge pull request #223 from DoppioJP/master

README.md adjustment
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -191,7 +191,7 @@ heroku run rake db:seed
191 191 * You may want to enable the deployment hook for heroku :
192 192  
193 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 197 * Enjoy!
... ...