From efe33119fb87f667bd8438b9671f50d1621f2236 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 8 Dec 2016 16:37:10 +0900 Subject: [PATCH] :scream_cat: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa54667..8e59098 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ User.page(3).without_count In your view file, you can only use simple helpers like the following instead of the full-featured `paginate` helper: ```erb -<%= link_to_next_page @users, 'Previous Page' %> +<%= link_to_prev_page @users, 'Previous Page' %> <%= link_to_next_page @users, 'Next Page' %> ```