Skip to content

Commit fcda500

Browse files
committed
:octocat:
1 parent a917ed8 commit fcda500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $options = new HTTPOptions([
6363
'user_agent' => 'my cool user agent 1.0',
6464
]);
6565

66-
$http = new CurlClient($options, $myRequestFactory, $myResponseFactory);
66+
$http = new CurlClient($options, $myResponseFactory);
6767
```
6868
You can now fire a request via the implemented [PSR-18](https://www.php-fig.org/psr/psr-18/) method `ClientInterface::sendRequest()`,
6969
using an existing [PSR-7](https://www.php-fig.org/psr/psr-7/) `RequestInterface`...

0 commit comments

Comments
 (0)