README.markdown in will_paginate-foundation-0.1 vs README.markdown in will_paginate-foundation-0.2

- old
+ new

@@ -17,5 +17,30 @@ 2. In your view, use the `renderer: FoundationPagination::Rails` option with the `will_paginate` helper, for example: ```ruby <%= will_paginate @collection, renderer: FoundationPagination::Rails %> ``` + +### Sinatra + + 1. Load the Foundation CSS in your template. + 2. `require "will_paginate-foundation"` in your Sinatra app. + 3. In your view, use the `renderer: FoundationPagination::Sinatra` option with the `will_paginate` helper, for example: + +```ruby +<%= will_paginate @collection, renderer: FoundationPagination::Sinatra %> +``` + + +Contributing +------------ + +1. Fork it. +2. Create a branch (`git checkout -b my_markup`) +3. Commit your changes (`git commit -am "Cool new feature"`) +4. Push to the branch (`git push origin my_markup`) +5. Open a [Pull Request][1] +6. Enjoy a refreshing 'Insert Favorite Beverage' and wait + +License +------------ +The MIT License (MIT)