Skip to content

Commit

Permalink
Typo in ALL providers (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <[email protected]>
  • Loading branch information
Max13 and atymic authored Aug 15, 2020
1 parent 391b7b0 commit 970a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 970a679

Please sign in to comment.