Skip to content

Commit

Permalink
Fix example for outer_window in README
Browse files Browse the repository at this point in the history
  • Loading branch information
uodna committed Sep 24, 2017
1 parent f89f139 commit ba30a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ page.
<%= paginate @users, outer_window: 3 %>
```

This would output something like `1 2 3 4 ...(snip)... 17 18 19 20` while having 20 pages in total.
This would output something like `1 2 3 ...(snip)... 18 19 20` while having 20 pages in total.

### Outer Window Can Be Separately Specified by left, right (0 by default)

Expand Down

0 comments on commit ba30a1f

Please sign in to comment.