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,7 +107,7 @@ git clone http://github.com/errbit/errbit.git | ||
107 | gem install heroku | 107 | gem install heroku |
108 | heroku create example-errbit --stack cedar | 108 | heroku create example-errbit --stack cedar |
109 | heroku addons:add mongohq:free | 109 | heroku addons:add mongohq:free |
110 | -heroku addons:add sendgrid:free | 110 | +heroku addons:add sendgrid:starter |
111 | heroku config:add HEROKU=true | 111 | heroku config:add HEROKU=true |
112 | heroku config:add ERRBIT_HOST=some-hostname.example.com | 112 | heroku config:add ERRBIT_HOST=some-hostname.example.com |
113 | heroku config:add ERRBIT_EMAIL_FROM=example@example.com | 113 | heroku config:add ERRBIT_EMAIL_FROM=example@example.com |
@@ -241,7 +241,7 @@ Contributing | @@ -241,7 +241,7 @@ Contributing | ||
241 | We welcome any contributions. If you need to tweak Errbit for your organization's needs, | 241 | We welcome any contributions. If you need to tweak Errbit for your organization's needs, |
242 | there are probably other users who will appreciate your work. | 242 | there are probably other users who will appreciate your work. |
243 | Please try to determine whether or not your feature should be **global** or **optional**, | 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 | **Examples of optional features:** | 246 | **Examples of optional features:** |
247 | 247 |