From da05c946ab8550ae7f8fff831a3751389f755f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Fri, 7 Sep 2018 14:48:59 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d095c2..fd20c7e 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ echo $response;// or $response->send(); use Overtrue\Socialite\SocialiteManager; $config = [ - 'github' => [ - 'client_id' => 'your-app-id', - 'client_secret' => 'your-app-secret', - 'redirect' => 'http://localhost/socialite/callback.php', - ], + 'github' => [ + 'client_id' => 'your-app-id', + 'client_secret' => 'your-app-secret', + 'redirect' => 'http://localhost/socialite/callback.php', + ], ]; $socialite = new SocialiteManager($config);