From bfc1195f8ce296b45acefac38aeaa19266af1262 Mon Sep 17 00:00:00 2001 From: Perry van der Meer <11609290+PerryvanderMeer@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:20:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93cabbc..67db1a6 100644 --- a/README.md +++ b/README.md @@ -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); )