1602 / railway-pagination

Paginatio plugin for RailwayJS MVC framework
9 stars 6 forks source link

Small documentation fix #2

Open pbackx opened 12 years ago

pbackx commented 12 years ago

It's nothing major, but it had me confused. In step 3 it's probably better to use the following code:

<%- paginate(posts) %>

(The <%- in EJS is not very well documented and it took me too long to figure that one out)