Skip to content

Commit ded3232

Browse files
committed
Typo in the cache implementations URL
1 parent 137c659 commit ded3232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The second result will be served from cache.
5555

5656
### Custom cache adapter
5757

58-
You can also specify a cache that [implements](https://github.com/reactphp/react/wiki/Users#cache-implmentations) [`CacheInterface`](https://github.com/reactphp/cache) to handle the record cache instead of the default in memory cache.
58+
You can also specify a cache that [implements](https://github.com/reactphp/react/wiki/Users#cache-implementations) [`CacheInterface`](https://github.com/reactphp/cache) to handle the record cache instead of the default in memory cache.
5959

6060
```php
6161
$cache = new React\Cache\ArrayCache();

0 commit comments

Comments
 (0)