From 1e1c797e0c3ad20246342ddcf1b78802b79c855d Mon Sep 17 00:00:00 2001 From: James Chevalier Date: Tue, 22 Oct 2013 13:05:17 -0400 Subject: [PATCH] Update line numbers to edit in app.rb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc35b8..fb888df 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A simple Heroku-ready Sinatra-based app to collect donations via Stripe. This ap * Set `ENV['STRIPE_PUBLISHABLE_KEY']` to your Stripe account's Publishable Key * Set `ENV['STRIPE_SECRET_KEY']` to your Stripe account's Secret Key -* Edit lines 11 through 24 in `app.rb` +* Edit lines 10 through 23 in `app.rb` * Follow the steps [here](http://kb.mailchimp.com/article/how-can-i-add-my-signup-form-on-my-website#embedform) to get your MailChimp embed form. You should use the 'Naked' version of MailChimp's form. * Paste that code into the `views/mailchimp.erb` file.