Skip to content

Commit 0250d9b

Browse files
authored
fix: provider package names in docs + release renamed provider (#511)
1 parent ad16aab commit 0250d9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ composer require socialiteproviders/xrel
88

99
Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.
1010

11-
### Add configuration to `config/services.php`.
11+
### Add configuration to `config/services.php`
1212

1313
```php
1414
'xrel' => [
@@ -20,9 +20,9 @@ Please see the [Base Installation Guide](https://socialiteproviders.com/usage/),
2020

2121
### Add provider event listener
2222

23-
Configure the package's listener to the listen for `SocialiteWasCalled` events.
23+
Configure the package's listener to listen for `SocialiteWasCalled` events.
2424

25-
Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.
25+
Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.
2626

2727
```php
2828
protected $listen = [

0 commit comments

Comments
 (0)