Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Aug 22, 2020
1 parent fc76426 commit 2c3a3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ This project requires [PHP] 7.1 or higher. The recommended way to install, is vi
$ composer require biurad/cache
```

This library is designed in an interoperable manner. Using [PSR-16] caching implementation, requires a [Doctrine Cache][] adapter, while [PSR-6] requires [PSR-16].
This library is designed in an interoperable manner. Using [PSR-6] caching implementation, requires a [Doctrine Cache][] adapter, while [PSR-16] requires [PSR-6].

```php
// you can use any of doctrine cache adapter
Expand All @@ -37,7 +37,7 @@ The `Doctrine\Common\Cache\Cache` storage is very simple for performance and in

Now you can create, retrieve, update and delete items using the above caching classes:

### For manipulation with cache using [PSR-16], we use the `Biurad\Cache\CacheItemPool`:
### For manipulation with cache using [PSR-6], we use the `Biurad\Cache\CacheItemPool`:

---

Expand Down

0 comments on commit 2c3a3ce

Please sign in to comment.