diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index 2f8774f..b348aeb 100644 --- a/integrations/symfony-bundle.rst +++ b/integrations/symfony-bundle.rst @@ -148,7 +148,7 @@ You can configure your clients with default options. These default values will b .. code-block:: php $httpClient = $this->container->get('httplug.client.my_guzzle5'); - $httpClient = $this->container->get('httplug.client.curl'); + $httpClient = $this->container->get('httplug.client.acme'); // will be the same as ``httplug.client.my_guzzle5`` $httpClient = $this->container->get('httplug.client');