From 9340c2d89f84f41518fab8c285bae036b8a60aa0 Mon Sep 17 00:00:00 2001 From: Gyvastis Date: Tue, 13 Apr 2021 11:15:13 +0200 Subject: [PATCH] update readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 55b7710..6118a1c 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,11 @@ Symfony bundle for the Salesforce SOAP client. add to your config yml: ```yaml -arsenal: - soap_client_salesforce: - wsdl: '%kernel.root_dir%/Resources/wsdl/%env(SALESFORCE_WSDL)%' - username: '%env(SALESFORCE_USERNAME)%' - password: '%env(SALESFORCE_PASSWORD)%' - token: ~ +salesforce: + wsdl: '%kernel.root_dir%/Resources/wsdl/%env(SALESFORCE_WSDL)%' + username: '%env(SALESFORCE_USERNAME)%' + password: '%env(SALESFORCE_PASSWORD)%' + token: ~ ``` add env vars yo your config and fill in the values