Skip to content

Commit 970a679

Browse files
Max13atymic
andauthored
Typo in ALL providers (#525)
Co-authored-by: atymic <[email protected]>
1 parent 391b7b0 commit 970a679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected $listen = [
3838
You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
3939

4040
```php
41-
return Socialite::with('steam')->redirect();
41+
return Socialite::driver('steam')->redirect();
4242
```
4343

4444
### Returned User fields

0 commit comments

Comments
 (0)