Commit afaabc4c255753527714a504f447a7277af67a53
1 parent
6be154d5
Exists in
master
and in
1 other branch
Updated heroku addon in docs - sendgrid:starter [ci skip]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -107,7 +107,7 @@ git clone http://github.com/errbit/errbit.git |
107 | 107 | gem install heroku |
108 | 108 | heroku create example-errbit --stack cedar |
109 | 109 | heroku addons:add mongohq:free |
110 | -heroku addons:add sendgrid:free | |
110 | +heroku addons:add sendgrid:starter | |
111 | 111 | heroku config:add HEROKU=true |
112 | 112 | heroku config:add ERRBIT_HOST=some-hostname.example.com |
113 | 113 | heroku config:add ERRBIT_EMAIL_FROM=example@example.com |
... | ... | @@ -241,7 +241,7 @@ Contributing |
241 | 241 | We welcome any contributions. If you need to tweak Errbit for your organization's needs, |
242 | 242 | there are probably other users who will appreciate your work. |
243 | 243 | Please try to determine whether or not your feature should be **global** or **optional**, |
244 | -and make **optional** features configurable via `config/config.yml`. | |
244 | +and make **optional** features configurable via `config/config.yml`. | |
245 | 245 | |
246 | 246 | **Examples of optional features:** |
247 | 247 | ... | ... |