We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0301bec commit 99f810dCopy full SHA for 99f810d
1 file changed
README.md
@@ -103,7 +103,7 @@ prior to constructing a PHPConsulAPI Config object.
103
As an example:
104
105
```php
106
-$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']]);
+$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']);
107
$config = new \DCarbone\PHPConsulAPI\Config(
108
HttpClient: $proxyClient,
109
Address: 'address of server',
0 commit comments