From dc54ad1db1126becfb6ae9e276d0559812ec4a35 Mon Sep 17 00:00:00 2001 From: Nick Bugaiov Date: Thu, 14 Apr 2016 11:03:47 +0200 Subject: [PATCH] Grape is not a micro-framework --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22516ffe5..f760b20d7 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ ## What is Grape? -Grape is a REST-like API micro-framework for Ruby. It's designed to run on Rack +Grape is a REST-like API framework for Ruby. It's designed to run on Rack or complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily develop RESTful APIs. It has built-in support for common conventions, including multiple formats, subdomain/prefix restriction,