Skip to content

Commit 99f810d

Browse files
committed
dangit, the boy is right.
1 parent 0301bec commit 99f810d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ prior to constructing a PHPConsulAPI Config object.
103103
As an example:
104104

105105
```php
106-
$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']]);
106+
$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']);
107107
$config = new \DCarbone\PHPConsulAPI\Config(
108108
HttpClient: $proxyClient,
109109
Address: 'address of server',

0 commit comments

Comments
 (0)