From 749fd7cbdc29e5ad1a78666cde50be35b26f1a79 Mon Sep 17 00:00:00 2001 From: Tomas Date: Tue, 23 Feb 2016 09:30:00 +0200 Subject: [PATCH] Fixed class name --- clients/guzzle5-adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/guzzle5-adapter.rst b/clients/guzzle5-adapter.rst index 4b441c3..b0bb481 100644 --- a/clients/guzzle5-adapter.rst +++ b/clients/guzzle5-adapter.rst @@ -28,7 +28,7 @@ like:: $config = [ // Config params ]; - $guzzle = new GuzzleClientClient($config); + $guzzle = new GuzzleClient($config); Then create the adapter::