diff --git a/README.mdown b/README.mdown index 23d6c98..5ba2812 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 about the templates themselves. +See [Tilt::PDF](https://github.com/lloeki/tilt-pdf) for details ## Usage ```ruby -gem 'tilt-pdf-rails' +gem 'tilt-pdf-rails', require: 'tilt/pdf/rails' ``` Have a `FooController` `respond_to :pdf` and `render some_view` as usual.