From 64488d5ada9cb55a25f1117490830bd0ab78022b Mon Sep 17 00:00:00 2001 From: Gabriel Andretta Date: Thu, 30 Sep 2010 14:17:36 -0300 Subject: [PATCH] fixes a few copy/paste errors in the README You'll to require 'redcloth' or 'rdoc' instead of 'markdown' for Textile or RDoc templates, respectively. Signed-off-by: Konstantin Haase --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index b6d00b11..d7562884 100644 --- a/README.rdoc +++ b/README.rdoc @@ -342,7 +342,7 @@ Note that you may also call the markdown method from within other templates: The RedCloth gem/library is required to render Textile templates: - ## You'll need to require rdiscount in your app + ## You'll need to require redcloth in your app require "redcloth" get '/' do @@ -364,7 +364,7 @@ Note that you may also call the textile method from within other templates: The RDoc gem/library is required to render RDoc templates: - ## You'll need to require rdiscount in your app + ## You'll need to require rdoc in your app require "rdoc" get '/' do