Skip to content

Commit 11391f6

Browse files
committed
typo
1 parent 479eb87 commit 11391f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cache_adapter_doctrine:
3838
3939
### Usage
4040
41-
When using a configuration like below, you will get an service with the id `cache/doctrine-adapter-bundle`.
41+
When using a configuration like below, you will get an service with the id `cache.provider.acme_apc_cache`.
4242
```yaml
4343
cache_adapter_doctrine:
4444
providers:
@@ -51,7 +51,7 @@ Use the new service as any PSR-6 cache.
5151

5252
``` php
5353
/** @var CacheItemPoolInterface $cache */
54-
$cache = $this->container->get('cache/doctrine-adapter-bundle');
54+
$cache = $this->container->get('cache.provider.acme_apc_cache');
5555
5656
/** @var CacheItemInterface $item */
5757
$item = $cache->getItem('cache-key');

0 commit comments

Comments
 (0)