Skip to content

Commit 99db211

Browse files
authored
Clarify httplug sentence in the documentation
1 parent 8f95295 commit 99db211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Via Composer:
1313
$ composer require private-packagist/api-client php-http/guzzle6-adapter
1414
```
1515

16-
Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/).
16+
Why do you need to require `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/), so you can pick an HTTP client of your choice, guzzle is merely a recommendation.
1717

1818
## Basic usage of `private-packagist/api-client` client
1919

0 commit comments

Comments
 (0)