File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
8
8
9
9
This is a bridge that converts a PSR-6 cache implementation to PSR-16 (SimpleCache). It is a part of the PHP Cache organisation. To read about
10
- features like tagging and hierarchy support please read the shared documentation at [ www.php-cache.com ] ( http ://www.php-cache.com) .
10
+ features like tagging and hierarchy support please read the shared documentation at [ www.php-cache.com ] ( https ://www.php-cache.com) .
11
11
12
12
### Install
13
13
@@ -17,7 +17,7 @@ composer require cache/simple-cache-bridge
17
17
18
18
### Use
19
19
20
- You need an existing PSR-6 pool as a cnstructor argument to the bridge.
20
+ You need an existing PSR-6 pool as a constructor argument to the bridge.
21
21
22
22
``` php
23
23
$psr6pool = new ArrayCachePool();
You can’t perform that action at this time.
0 commit comments