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