Skip to content

Commit 7f0d89e

Browse files
authored
Fix typo in README (#269)
And secure website
1 parent 63c0179 commit 7f0d89e

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
@@ -7,7 +7,7 @@
77
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
88

99
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).
1111

1212
### Install
1313

@@ -17,7 +17,7 @@ composer require cache/simple-cache-bridge
1717

1818
### Use
1919

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.
2121

2222
```php
2323
$psr6pool = new ArrayCachePool();

0 commit comments

Comments
 (0)