Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit cfa34d6

Browse files
- Update configuration sample key.
- Update configuration sample key.
1 parent 1f49c54 commit cfa34d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Ensure you have Laravel Scout as a provider too otherwise you will get an "unres
4848
],
4949
```
5050

51-
Add `SCOUT_DRIVER=typesensesearch` to your `.env` file
51+
Add `SCOUT_DRIVER=typesense` to your `.env` file
5252

5353
Then you should publish `scout.php` configuration file to your config directory
5454

@@ -60,7 +60,7 @@ In your `config/scout.php` add:
6060

6161
```php
6262

63-
'typesensesearch' => [
63+
'typesense' => [
6464
'api_key' => 'abcd',
6565
'nodes' => [
6666
[

0 commit comments

Comments
 (0)