diff --git a/README.rdoc b/README.rdoc
index 18a66a5..7922ecd 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -171,7 +171,7 @@ Run the following generator command, then edit the generated file.
* specifying an alternative views directory (default is kaminari/)
<%= paginate @users, :views_prefix => 'templates/' %>
- This would search for partials in app/views/templates/kaminari. This option makes it easier to do things like A/B testing pagination templates/themes, using new/old templates at the same time as well as better integration with other gems sush as {cells}[https://github.com/apotonick/cells].
+ This would search for partials in app/views/templates/kaminari. This option makes it easier to do things like A/B testing pagination templates/themes, using new/old templates at the same time as well as better integration with other gems such as {cells}[https://github.com/apotonick/cells].
* the +link_to_next_page+ and +link_to_previous_page+ helper method