Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanng822 committed Aug 23, 2014
1 parent 68e1828 commit 80a4ee4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Pagination for javascript/nodejs
var paginator = pagination.create('search', {prelink:'/', current: 1, rowsPerPage: 200, totalResult: 10020});
console.log(paginator.render());

### Or customized renderer, example for generating markup for twitter boostrap, see example/twitter.html for template rendering
### Or customized renderer
This example show how to generate markup for twitter boostrap, see example/twitter.html for template rendering

var pagination = require('pagination')

Expand Down Expand Up @@ -221,4 +222,4 @@ The compiled function will be called with an object as argument.


## Acknowledgements
Template engine is taking mostly from https://github.com/vanng822/ejs which is a fork of https://github.com/visionmedia/ejs
Template engine is taking mostly from https://github.com/vanng822/ejs which is a fork of https://github.com/visionmedia/ejs

0 comments on commit 80a4ee4

Please sign in to comment.