From 0d30b034237c0267740cd9284251deebc07786e9 Mon Sep 17 00:00:00 2001 From: Max Castro Date: Wed, 1 Jan 2020 12:07:15 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 00a38d9..258750b 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ The above values of the **$request** array can be taken from POST if you are usi - Name with space between words, space is substituted by an "_". - Need to clean(unset) from the array all the values that are not part of the entity, if you dont wanna make this, create another clean array. -``` Now the next part is interact with zoho api using the client, first thing, create a `ZohoClient` with your authtoken valid: **Set the module**, for now just Leads, on future or contributing the [missing modules](https://www.zoho.com/crm/help/api/modules-fields.html) ```php