From 1cd26cd38212253ed83073cd11fdf3fb58f5404c Mon Sep 17 00:00:00 2001 From: dagi3d Date: Sun, 7 Dec 2008 00:38:30 +0100 Subject: [PATCH] README typo --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 92ec2d1..f0250f8 100644 --- a/README.markdown +++ b/README.markdown @@ -46,9 +46,9 @@ It accepts the same options as ActionController::Base#render plus the following Examples -------- - # Renders the template located at '/foo/bar/pdf.html.rb' and stores the pdf + # Renders the template located at '/foo/bar/pdf.html.erb' and stores the pdf # in the temp path with a filename based on its content md5 digest - render_pdf :file => '/foo/bar/pdf.html.rb' + render_pdf :file => '/foo/bar/pdf.html.erb' # renders the template located at 'app/views/foo.html.erb' and saves the pdf # in '/www/docs/foo.pdf'