Skip to content

Commit

Permalink
README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dagi3d committed Dec 6, 2008
1 parent 7fec016 commit 1cd26cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -46,9 +46,9 @@ It accepts the same options as ActionController::Base#render plus the following
Examples 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 # 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 # renders the template located at 'app/views/foo.html.erb' and saves the pdf
# in '/www/docs/foo.pdf' # in '/www/docs/foo.pdf'
Expand Down

0 comments on commit 1cd26cd

Please sign in to comment.