Skip to content

Commit 0d5ab3a

Browse files
committed
Update README.md
1 parent 5280ee4 commit 0d5ab3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ An opinionated way to authenticate users using Laravel Socialite.
2121
- [Installation](#installation)
2222
- [Setup](#setup)
2323
- [Usage](#usage)
24+
- [Extending & Customizing](#extending--customizing)
2425

2526
## Requirements
2627

@@ -65,8 +66,8 @@ Bartender::routes();
6566
```
6667

6768
> [!important]
68-
> Remember to register this callback URL in your OAuth provider's settings.
69-
> For example, a Google OAuth callback would be `/auth/google/callback`.
69+
> Remember to register the callback URLs in your OAuth provider's settings.
70+
> For example, your Google OAuth callback would be `/auth/google/callback`.
7071
7172
Set up your [Socialite Providers](https://socialiteproviders.com/) in your `services.php` configuration file:
7273

0 commit comments

Comments
 (0)