Skip to content

Commit ea652b1

Browse files
committed
Merge pull request #5 from php-cache/Nyholm-patch-1
Typo
2 parents 267e01c + db30e0c commit ea652b1

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
@@ -1,7 +1,7 @@
11
# Memcached PSR-6 Cache pool
22
[![Latest Stable Version](https://poser.pugx.org/cache/memcached-adapter/v/stable)](https://packagist.org/packages/cache/memcached-adapter) [![codecov.io](https://codecov.io/github/php-cache/memcached-adapter/coverage.svg?branch=master)](https://codecov.io/github/php-cache/memcached-adapter?branch=master) [![Build Status](https://travis-ci.org/php-cache/memcached-adapter.svg?branch=master)](https://travis-ci.org/php-cache/memcached-adapter) [![Total Downloads](https://poser.pugx.org/cache/memcached-adapter/downloads)](https://packagist.org/packages/cache/memcached-adapter) [![Monthly Downloads](https://poser.pugx.org/cache/memcached-adapter/d/monthly.png)](https://packagist.org/packages/cache/memcached-adapter) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
33

4-
This is a PSR-6 cache implementation Memcached. It is a part of the PHP Cache organisation. To read about
4+
This is a PSR-6 cache implementation using Memcached. It is a part of the PHP Cache organisation. To read about
55
features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).
66

77
### Install
@@ -18,4 +18,4 @@ To create an instance of `MemcachedCachePool` you need to configure a `\Memcache
1818
$client = new \Memcached();
1919
$client->addServer('localhost', 11211);
2020
$pool = new MemcachedCachePool($client);
21-
```
21+
```

0 commit comments

Comments
 (0)