Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
auxiliary committed Dec 24, 2013
1 parent 2f2a62b commit c4214c4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
rpage
=====

Highly responsive pagination for Boostrap
Highly responsive pagination for Bootstrap


Usage
=====

Just include `responsive-pagination.js` and call the `rPage` function on the pagination element like this:

$(document).ready(function () {
$(".pagination").rPage();
});

0 comments on commit c4214c4

Please sign in to comment.