From c075be6ccb3a7d85ae33151981d53df5238d97c5 Mon Sep 17 00:00:00 2001 From: Stephan Strate Date: Sat, 6 Aug 2022 12:47:27 +0200 Subject: [PATCH] optimize readme documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 901435b..138dfec 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Inspired by [php-github-api](https://github.com/KnpLabs/php-github-api) and [php Using composer: ``` -$ composer require stephan-strate/php-cover-art-archive-api guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0 +$ composer require stephan-strate/php-cover-art-archive-api php-http/guzzle7-adapter:^1.0 http-interop/http-factory-guzzle:^1.0 ``` -Why `guzzlehttp/guzzle:^7.2`? This library is decoupled from any http client using [HTTPlug](http://httplug.io/). +Why `php-http/guzzle7-adapter:^1.0`? This library is decoupled from any http client using [HTTPlug](http://httplug.io/). ## Usage