From 2a3f48474b23e5aa0a9c7ec17e2f84e6e70a2f94 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 5 Oct 2021 14:17:49 -0400 Subject: [PATCH] typo in code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0764d19..045fcb4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ _Check [Salesforce's Help Docs](https://help.salesforce.com/s/articleView?id=sf. Creating a new Api client and connecting: ```php -use Nexcess\Salesforce { +use Nexcess\Salesforce\ { Authentication\Password, Client };