Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Jan 11, 2016
1 parent 424da1a commit 15eb1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ composer require radebatz/acache

## Features

ACache is inspired by the doctrine [cache][https://github.com/doctrine/cache] component.
ACache is inspired by the doctrine [cache](https://github.com/doctrine/cache) component.
In fact, there is even a decorator to allow you to use any ACache instance in place of doctrine cache.

Since some features were hard to add on top of that I ended up writing my own :)
Expand Down Expand Up @@ -127,7 +127,7 @@ Both namespace and multi-level cache instances can be arbitrary nested.

### Psr/Cache

All cache instances can be used as `Psr\Cache\CacheItemPoolInterface` instances by wrapping them in decorator.
All cache instances can be used as `Psr\Cache\CacheItemPoolInterface` instances by wrapping them in a Psr decorator.

````
use Radebatz\ACache\ArrayCache;
Expand Down

0 comments on commit 15eb1b3

Please sign in to comment.