From ab8cf72d80c2b60ed946ac461c0ac2a9e87fb34e Mon Sep 17 00:00:00 2001 From: Tute Costa Date: Wed, 11 Mar 2015 21:41:21 -0400 Subject: [PATCH] Show in README doorkeeper plays friendly with Grape [ci skip] --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8706603c1..b4cde4887 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,12 @@ [![Code Climate](https://codeclimate.com/github/applicake/doorkeeper.svg)](https://codeclimate.com/github/applicake/doorkeeper) [![Gem Version](https://badge.fury.io/rb/doorkeeper.svg)](https://rubygems.org/gems/doorkeeper) -Doorkeeper is a gem that makes it easy to introduce OAuth 2 provider functionality to your application. +Doorkeeper is a gem that makes it easy to introduce OAuth 2 provider +functionality to your Rails application. As of [PR 567] it plays nicely with +Grape framework. + +[PR 567]: https://github.com/doorkeeper-gem/doorkeeper/pull/567 + ## Documentation valid for `master` branch