diff --git a/README.rdoc b/README.rdoc
index 178a2f8..eab3b96 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -190,7 +190,16 @@ Keys and the default values are the following. You can override them by adding t
last: "Last »"
previous: "‹ Prev"
next: "Next ›"
- truncate: "..."
+ truncate: "…"
+ helpers:
+ page_entries_info:
+ one_page:
+ display_entries:
+ zero: "No %{entry_name} found"
+ one: "Displaying 1 %{entry_name}"
+ other: "Displaying all %{count} %{entry_name}"
+ more_pages:
+ display_entries: "Displaying %{entry_name} %{first} - %{last} of %{total} in total"
=== Customizing the pagination helper