From afaabc4c255753527714a504f447a7277af67a53 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Mon, 26 Sep 2011 23:33:21 +0800 Subject: [PATCH] Updated heroku addon in docs - sendgrid:starter [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7401f59..4eb0775 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ git clone http://github.com/errbit/errbit.git gem install heroku heroku create example-errbit --stack cedar heroku addons:add mongohq:free -heroku addons:add sendgrid:free +heroku addons:add sendgrid:starter heroku config:add HEROKU=true heroku config:add ERRBIT_HOST=some-hostname.example.com heroku config:add ERRBIT_EMAIL_FROM=example@example.com @@ -241,7 +241,7 @@ Contributing We welcome any contributions. If you need to tweak Errbit for your organization's needs, there are probably other users who will appreciate your work. Please try to determine whether or not your feature should be **global** or **optional**, -and make **optional** features configurable via `config/config.yml`. +and make **optional** features configurable via `config/config.yml`. **Examples of optional features:** -- libgit2 0.21.2