Skip to content

Commit a045822

Browse files
adampattersonmax-ipinfo
authored andcommitted
Update README.md Fixes broken Cache Interface link
1 parent b0ca0e7 commit a045822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ $client = new IPinfo($access_token, $settings);
252252

253253
#### Using a different cache
254254

255-
It's possible to use a custom cache by creating a child class of the [CacheInterface](https://github.com/ipinfo/php/blob/master/src/cache/Interface.php) class and passing this into the handler object with the `cache` keyword argument. FYI this is known as [the Strategy Pattern](https://sourcemaking.com/design_patterns/strategy).
255+
It's possible to use a custom cache by creating a child class of the [CacheInterface](https://github.com/ipinfo/php/blob/master/src/cache/CacheInterface.php) class and passing this into the handler object with the `cache` keyword argument. FYI this is known as [the Strategy Pattern](https://sourcemaking.com/design_patterns/strategy).
256256

257257
```php
258258
$access_token = '123456789abc';

0 commit comments

Comments
 (0)