Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse authored Nov 20, 2020
1 parent 0151429 commit f1e0af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ A simple complete signature process would look like this:
```php
$httpClient = new GuzzleHttp\Client([
'http_errors' => false,
//'verify' => './cert.pem'
//'verify' => './cacert.pem'
]);
// if you are using php 7.0 or 7.1
//$httpClient = new Mjelamanov\GuzzlePsr18\Client($httpClient);
Expand Down Expand Up @@ -153,4 +153,4 @@ $signer->sign($azureModule);

## License

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 comments on commit f1e0af8

Please sign in to comment.