From 5242e88985838597ae74904906281c38a70ec291 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sun, 10 Nov 2013 09:01:02 +0900 Subject: [PATCH] ... and Grape. [ci skip] --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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