Skip to content

Commit d7dbf9b

Browse files
committed
Readme: polished
1 parent 6df826a commit d7dbf9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ nettrine.dbal:
201201
default:
202202
configuration:
203203
# Create cache manually
204-
resultCache: App\CacheService(%tempDir%/cache/orm)
204+
resultCache: App\CacheService(%tempDir%/cache/dbal)
205205
206206
# Use registered cache service
207207
resultCache: @cacheService
@@ -229,7 +229,7 @@ nettrine.dbal:
229229
resultCache: @cacheFilesystem
230230
```
231231

232-
If you like [`nette/caching`](https://github.com/nette/caching) you can use it as well. Be aware that `nette/caching` is not PSR-6 compatible, you need `contributte/psr16-caching`.
232+
If you like [`nette/caching`](https://github.com/nette/caching) you can use it as well. Be aware that `nette/caching` is not PSR-6 + PSR-16 compatible, you need `contributte/psr16-caching`.
233233

234234
```neon
235235
nettrine.dbal:
@@ -408,7 +408,7 @@ nettrine.dbal:
408408
### Console
409409

410410
> [!TIP]
411-
> Doctrine needs Symfony Console to work. You can use `symfony/console` or [contributte/console](https://github.com/contributte/console).
411+
> Doctrine DBAL needs Symfony Console to work. You can use `symfony/console` or [contributte/console](https://github.com/contributte/console).
412412
413413
```bash
414414
composer require contributte/console

0 commit comments

Comments
 (0)