diff --git a/README.rdoc b/README.rdoc index 03159f337..4f345986d 100644 --- a/README.rdoc +++ b/README.rdoc @@ -19,7 +19,7 @@ No special collection class or anything for the paginated values, instead using As the whole pagination helper is basically just a collection of links and non-links, Kaminari renders each of them through its own partial template inside the Engine. So, you can easily modify their behaviour, style or whatever by overriding partial templates. === ORM & template engine agnostic -Kaminari supports multiple ORMs (ActiveRecord, DataMapper, Mongoid, MongoMapper) multiple web frameworks (Rails, Sinatra), and multiple template engines (ERB, Haml, Slim). +Kaminari supports multiple ORMs (ActiveRecord, DataMapper, Mongoid, MongoMapper) multiple web frameworks (Rails, Sinatra, Grape), and multiple template engines (ERB, Haml, Slim). === Modern The pagination helper outputs the HTML5