Skip to content

Commit e81c202

Browse files
sbacelicNyholm
authored andcommitted
Correct service name for acme client (#150)
1 parent 44cbd7b commit e81c202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/symfony-bundle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can configure your clients with default options. These default values will b
148148
.. code-block:: php
149149
150150
$httpClient = $this->container->get('httplug.client.my_guzzle5');
151-
$httpClient = $this->container->get('httplug.client.curl');
151+
$httpClient = $this->container->get('httplug.client.acme');
152152
153153
// will be the same as ``httplug.client.my_guzzle5``
154154
$httpClient = $this->container->get('httplug.client');

0 commit comments

Comments
 (0)