Skip to content

Commit 2a9a51a

Browse files
committed
Update readme
1 parent fcad28b commit 2a9a51a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Introduction
99

10-
Social OAuth authentication for Laravel 5. Drivers: Facebook, Twitter, Google, LinkedIn, Github. This package use [https://github.com/laravel/socialite](Laravel Socialite).
10+
Social OAuth authentication for Laravel 5. Drivers: Facebook, Twitter, Google, LinkedIn, Github. This package use [Laravel Socialite](https://github.com/laravel/socialite).
1111

1212
## Installation
1313

@@ -41,7 +41,7 @@ Social OAuth authentication for Laravel 5. Drivers: Facebook, Twitter, Google, L
4141

4242
When you published the vendor assets you added a new file inside of your `config` folder which is called `config/laravel-socialite.php`. This file contains a bunch of configuration you can use to configure your connexion using social networks.
4343

44-
First, you have to add your service like is defined on The official documentation of Socialite [https://laravel.com/docs/5.6/socialite#configuration](available here). Just setup your
44+
First, you have to add your service like is defined on The official documentation of Socialite [available here](https://laravel.com/docs/5.6/socialite#configuration). Just setup your
4545
Oauth services for your application. Laravel/socialite is automatically installed by this package.
4646

4747
## Usage
@@ -138,8 +138,8 @@ If you discover any security related issues, please email [email protected] i
138138

139139
## Credits
140140

141-
- [Arthur Monney][https://www.twitter.com/monneyarthur]
142-
- [Laravel Socialite][https://laravel.com/docs/5.6/socialite]
141+
- [Arthur Monney](https://www.twitter.com/monneyarthur)
142+
- [Laravel Socialite](https://laravel.com/docs/5.6/socialite)
143143

144144
## License
145145

0 commit comments

Comments
 (0)