Skip to content

Commit 5053fdb

Browse files
authored
Readme fix
1 parent ea6bc5e commit 5053fdb

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
@@ -11,14 +11,14 @@ Algolia-specific feature.
1111
Pull the package using composer
1212

1313
```
14-
composer install holidaywatchdog/laravel-scout-algolia-macros
14+
composer install algolia/laravel-scout-algolia-macros
1515
```
1616

17-
Next, you should add the `HolidayWatchdog\ScoutMacros\ServiceProvider` to the `providers`
17+
Next, you should add the `Algolia\ScoutMacros\ServiceProvider` to the `providers`
1818
array of your `config/app.php` configuration file:
1919

2020
```php
21-
HolidayWatchdog\ScoutMacros\ServiceProvider::class
21+
Algolia\ScoutMacros\ServiceProvider::class
2222
```
2323

2424

0 commit comments

Comments
 (0)