mirror of
https://github.com/mcasimir/kaminari-bootstrap.git
synced 2022-11-09 13:46:52 -05:00
updated README
This commit is contained in:
parent
ffd4e6d8c5
commit
0dc098f544
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -2,8 +2,16 @@
|
||||||
|
|
||||||
Rails engine to use kaminari views with Twitter Bootstrap markup.
|
Rails engine to use kaminari views with Twitter Bootstrap markup.
|
||||||
|
|
||||||
|
Bootstrap 3:
|
||||||
|
|
||||||
``` rb
|
``` rb
|
||||||
gem 'kaminari-bootstrap'
|
gem 'kaminari-bootstrap', '~> 3.0.1'
|
||||||
|
```
|
||||||
|
|
||||||
|
Bootstrap 2:
|
||||||
|
|
||||||
|
``` rb
|
||||||
|
gem 'kaminari-bootstrap', '~> 0.1.3'
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue