Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Feb 23, 2019
1 parent a917ed8 commit fcda500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $options = new HTTPOptions([
'user_agent' => 'my cool user agent 1.0',
]);

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

0 comments on commit fcda500

Please # to comment.