From f6fc79a34052683f8389ff0740e9c044c01a8a16 Mon Sep 17 00:00:00 2001 From: Noah Birnel Date: Sun, 24 Aug 2014 14:50:33 -0700 Subject: [PATCH] clarify a few things in the README These are two bits of info that I had to hunt down elsewhere before I could get this gem to work. I thought it would be nice to have them in the README. --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 28cf126..e72d25c 100644 --- a/README.markdown +++ b/README.markdown @@ -12,12 +12,13 @@ Just like will_paginate, Rails and Sinatra are supported. * `gem install will_paginate-bootstrap`, *or* * For projects using Bundler, add `gem 'will_paginate-bootstrap'` to your `Gemfile` (and then run `bundle install`). + * You'll need to restart your server before you can make any use of this. ## Usage ### Rails - 1. Load the Bootstrap CSS in your template. + 1. Load the Bootstrap CSS in your template. (If you already installed twitter-bootstrap-rails, this should be done for you). 2. In your view, use the `renderer: BootstrapPagination::Rails` option with the `will_paginate` helper, for example: ```ruby