From 65dbe18889a1b32ac773f81703abe46c198f8591 Mon Sep 17 00:00:00 2001 From: Tomas Date: Tue, 23 Feb 2016 09:28:03 +0200 Subject: [PATCH] Fixed class name --- clients/guzzle6-adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/guzzle6-adapter.rst b/clients/guzzle6-adapter.rst index 3d510e0..581f54a 100644 --- a/clients/guzzle6-adapter.rst +++ b/clients/guzzle6-adapter.rst @@ -24,7 +24,7 @@ like:: $config = [ // Config params ]; - $guzzle = new GuzzleClientClient($config); + $guzzle = new GuzzleClient($config); Then create the adapter::