From 9a5642eb80306b5dd29a6edbb12fefc49a029434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slaven=20Ba=C4=8Deli=C4=87?= Date: Thu, 1 Sep 2016 11:31:46 +0200 Subject: [PATCH] Correct service name for acme client --- integrations/symfony-bundle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');