From a2734e8ece5322bacd5337258d975c903b74630d Mon Sep 17 00:00:00 2001 From: "Phil E. Taylor" Date: Tue, 15 Oct 2024 12:49:59 +0100 Subject: [PATCH] s/Config/Client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f15a1e..a8eb0003 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $hubspot = \HubSpot\Factory::createWithAccessToken('your-access-token', $client) #### To change the base path ```php -$config = new \GuzzleHttp\Config(); +$config = new \GuzzleHttp\Client(); $config->setBasePath('*'); $config->setAccessToken('*'); $config->setDeveloperApiKey('*');