From f33030b2f63bbc9e3b4f2156f4a49ff18adc55e1 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 25 Dec 2014 15:34:54 -0500 Subject: [PATCH] Add Code Climate badge --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 37117fc..5142708 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Eloquent OAuth +[![Code Climate](https://codeclimate.com/github/adamwathan/eloquent-oauth/badges/gpa.svg)](https://codeclimate.com/github/adamwathan/eloquent-oauth) + Eloquent OAuth is a package for Laravel 4 designed to make authentication against various OAuth providers *ridiculously* brain-dead simple. Specify your app keys/secrets in a config file, run a migration and from then on it's just two method calls and you have OAuth integration. ## Usage