Skip to content

Commit 0c7e79c

Browse files
authored
Updated Readme example (#101)
1 parent a153a94 commit 0c7e79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ composer require cache/prefixed-cache
2020
### Use
2121

2222
```php
23-
$hierarchyPool = new RedisCachePool($client);
24-
$prefixedPool = new PrefixedCachePool($hierarchyPool, 'acme');
23+
$anyPSR6Pool = new RedisCachePool($client);
24+
$prefixedPool = new PrefixedCachePool($anyPSR6Pool, 'acme');
2525
```
2626

2727
### Contribute

0 commit comments

Comments
 (0)