diff --git a/README.md b/README.md index c7061fd9..e1dc9cc8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A HTTP Cache for [Guzzle](https://github.com/guzzle/guzzle) 6. It's a simple Middleware to be added in the HandlerStack. This project is under development but it's already functional. -`composer require kevinrob/guzzle-cache-middleware:~0.3` +`composer require kevinrob/guzzle-cache-middleware:~0.4` # Why? Performance. It's very common to do some HTTP calls to an API for rendering a page and it takes times to do it.