From fd9ef3ec6f19fcd5a424fb960b96ae491c0cd3b1 Mon Sep 17 00:00:00 2001 From: Jason Weathered Date: Sun, 12 Jun 2011 18:20:50 +1000 Subject: [PATCH] Add example initializer filename to readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4ea6e02..a65d76a 100644 --- a/readme.md +++ b/readme.md @@ -64,7 +64,7 @@ You can take advantage of the built-in feed by adding the feed link to your HTML <%= yield :head %> -To customize the feed title, add the following to an initializer: +To customize the feed title, add the following to an initializer (`config/initializers/postmarkdown.rb`): Postmarkdown::Config.options[:feed_title] = 'Custom Blog Title Goes Here'