We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6bc5e commit 5053fdbCopy full SHA for 5053fdb
README.md
@@ -11,14 +11,14 @@ Algolia-specific feature.
11
Pull the package using composer
12
13
```
14
-composer install holidaywatchdog/laravel-scout-algolia-macros
+composer install algolia/laravel-scout-algolia-macros
15
16
17
-Next, you should add the `HolidayWatchdog\ScoutMacros\ServiceProvider` to the `providers`
+Next, you should add the `Algolia\ScoutMacros\ServiceProvider` to the `providers`
18
array of your `config/app.php` configuration file:
19
20
```php
21
-HolidayWatchdog\ScoutMacros\ServiceProvider::class
+Algolia\ScoutMacros\ServiceProvider::class
22
23
24
0 commit comments