README.md in binco-3.5.0 vs README.md in binco-3.5.1
- old
+ new
@@ -3,11 +3,11 @@
This is a wrapper for adding bootstrap to a project. By includinig this gem you'll add:
* [Bootstrap](https://github.com/twbs/bootstrap-sass)
* [Bootstrap Datepicker](https://github.com/Nerian/bootstrap-datepicker-rails)
* [Select2](https://github.com/argerim/select2-rails)
-* [Will paginate](https://github.com/mislav/will_paginate)
+* [Will paginate](https://github.com/mislav/will_paginate) (Optional)
* Links with `data: { confirm: 'Sure?' }` opens in Bootstrap Modal by default.
* Bootstrap Helpers
## Installation
@@ -114,10 +114,10 @@
end
```
### Pagination
-## Will Paginate
+#### Will Paginate
Add Will Paginate to your Gemfile
```
gem "will_paginate", '~> 3.0'