diff --git a/README.md b/README.md index 1153c4f7..1631ae62 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.*` +`composer require kevinrob/guzzle-cache-middleware:~0.1` # 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.