From 7dca498c75caab40687b912533c93e0e00095908 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 24 Feb 2014 09:50:00 +0100 Subject: [PATCH] fix a few details --- README.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index 5ba2812..23d6c98 100644 --- a/README.mdown +++ b/README.mdown @@ -2,12 +2,12 @@ Integrates Tilt::PDF into Rails ActionView -See [Tilt::PDF](https://github.com/lloeki/tilt-pdf) for details +See [Tilt::PDF](https://github.com/lloeki/tilt-pdf) for details about the templates themselves. ## Usage ```ruby -gem 'tilt-pdf-rails', require: 'tilt/pdf/rails' +gem 'tilt-pdf-rails' ``` Have a `FooController` `respond_to :pdf` and `render some_view` as usual.