Skip to content

Commit

Permalink
Merge pull request #24 from PerryvanderMeer/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `README.md`
  • Loading branch information
riasvdv authored Sep 20, 2024
2 parents bcdeb20 + bfc1195 commit 6c5993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ You can also use caching inline without the use of scouts, be aware warming up t

```php
Discover::in(__DIR__)
->cache(
->withCache(
'Some identifier',
new FileDiscoverCacheDriver('/path/to/temp/directory);
)
Expand Down

0 comments on commit 6c5993d

Please sign in to comment.