Skip to content

Commit 4f2a8ca

Browse files
Max13atymic
andauthored
Typo in ALL providers (#525)
Co-authored-by: atymic <atymicq@gmail.com>
1 parent 0250d9b commit 4f2a8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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('xrel')->redirect();
41+
return Socialite::driver('xrel')->redirect();
4242
```
4343

4444
### Returned User fields

0 commit comments

Comments
 (0)