From 9aa0e4017171a3707c510b394ddf321d65d78290 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Wed, 13 May 2015 19:56:43 -0400 Subject: [PATCH] Doc aesthetics --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8d6b126..9322412 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,8 @@ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/adamwathan/eloquent-oauth/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/adamwathan/eloquent-oauth/?branch=master) [![Build Status](https://api.travis-ci.org/adamwathan/eloquent-oauth.svg)](https://travis-ci.org/adamwathan/eloquent-oauth) -> Note: Use the [Laravel 4 wrapper](https://github.com/adamwathan/eloquent-oauth-l4) for easy integration with Laravel 4. - -> Note: Use the [Laravel 5 wrapper](https://github.com/adamwathan/eloquent-oauth-l4) for easy integration with Laravel 5. +> - Use the [Laravel 4 wrapper](https://github.com/adamwathan/eloquent-oauth-l4) for easy integration with Laravel 4. +> - Use the [Laravel 5 wrapper](https://github.com/adamwathan/eloquent-oauth-l4) for easy integration with Laravel 5. Eloquent OAuth is a package for Laravel designed to make authentication against various OAuth providers *ridiculously* brain-dead simple. Specify your client IDs and secrets in a config file, run a migration and after that it's just two method calls and you have OAuth integration.