From e81f3d996d6f8679a9bf92a93d401ce93ce7dc94 Mon Sep 17 00:00:00 2001 From: Chad Gray <1182337+chadicus@users.noreply.github.com> Date: Mon, 8 Jan 2018 14:17:51 -0500 Subject: [PATCH] Add gitter badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index df6653f..64021d1 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ With a checkout of the code get [Composer](http://getcomposer.org) in your PATH ## A Note on Using Views The `authorize` and `receive-code` route require `view` objects. The given view object must implement a render method such as the one found in [slim/twig-view](https://github.com/slimphp/Twig-View/blob/master/src/Twig.php#L103) and [slim/php-view](https://github.com/slimphp/PHP-View/blob/master/src/PhpRenderer.php#L64). It would be best if there was a common `ViewInterface` which both implementing but as of now such an interface does not exist. +## Community +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/slim-oauth2/Lobby#) + ## Example Usage ```php use Chadicus\Slim\OAuth2\Routes;