diff --git a/.docs/README.md b/.docs/README.md index 2acba44..14a6f09 100644 --- a/.docs/README.md +++ b/.docs/README.md @@ -32,14 +32,14 @@ extensions: ```neon nettrine.cache: - driver: Symfony\Component\Cache\Adapter\FilesystemAdapter(%tempDir%/cache/nettrine-cache) + adapter: Symfony\Component\Cache\Adapter\FilesystemAdapter(directory: %tempDir%/cache/nettrine-cache) ``` ### Advanced configuration ```yaml nettrine.cache: - driver: + adapter: ``` > [!WARNING]