We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a917ed8 commit fcda500Copy full SHA for fcda500
README.md
@@ -63,7 +63,7 @@ $options = new HTTPOptions([
63
'user_agent' => 'my cool user agent 1.0',
64
]);
65
66
-$http = new CurlClient($options, $myRequestFactory, $myResponseFactory);
+$http = new CurlClient($options, $myResponseFactory);
67
```
68
You can now fire a request via the implemented [PSR-18](https://www.php-fig.org/psr/psr-18/) method `ClientInterface::sendRequest()`,
69
using an existing [PSR-7](https://www.php-fig.org/psr/psr-7/) `RequestInterface`...
0 commit comments