From 970a679ccad5195f8853d8c4f8006bd07f9eb773 Mon Sep 17 00:00:00 2001 From: Adnan RIHAN Date: Sun, 16 Aug 2020 01:10:21 +0200 Subject: [PATCH] Typo in ALL providers (#525) Co-authored-by: atymic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e950f6..d6df9a3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ protected $listen = [ You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed): ```php -return Socialite::with('steam')->redirect(); +return Socialite::driver('steam')->redirect(); ``` ### Returned User fields