From 31c9c5e2c9eb25583305c159dfb1fc5bb64b6708 Mon Sep 17 00:00:00 2001 From: Todd Sedano Date: Tue, 19 Jul 2011 11:55:11 -0700 Subject: [PATCH] Clarified how to customize or add a new view --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e48dd7b0..be8ee68d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ ExceptionNotifier.sections variable. You can even add new sections that describe application-specific data--just add the section's name to the list (wherever you'd like), and define the corresponding partial. - #Example with two sections new sections added + #Example with two new added sections Whatever::Application.config.middleware.use ExceptionNotifier, :email_prefix => "[Whatever] ", :sender_address => %{"notifier" },