From c6e058959e8ad7edd1030835c8d3869f416c8b54 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 10 Dec 2017 10:04:28 +0100 Subject: [PATCH] Fixed typo (#3) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507dac5..4892c32 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ interface that describes an HTTP client. See for more details. You can find implementations of the specification by looking for packages providing -the [psr/simple-cache-implementation](https://packagist.org/providers/psr/http-client-implementation) +the [psr/http-client-implementation](https://packagist.org/providers/psr/http-client-implementation) virtual package.