From fa0482db8d6743aacc8fde38097327ec09a379b8 Mon Sep 17 00:00:00 2001 From: Lokesh Date: Thu, 17 Oct 2013 18:45:11 +0530 Subject: [PATCH] Spelling mistake corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc91859f8..18dcc4f132 100644 --- a/README.md +++ b/README.md @@ -905,7 +905,7 @@ The order for choosing the format is the following. ### JSONP -Grape suports JSONP via [Rack::JSONP](https://github.com/rack/rack-contrib), part of the +Grape supports JSONP via [Rack::JSONP](https://github.com/rack/rack-contrib), part of the [rack-contrib](https://github.com/rack/rack-contrib) gem. Add `rack-contrib` to your `Gemfile`. ```ruby