Skip to content

Commit 5854836

Browse files
authored
Merge pull request #215 from intercom/timlim/readme-leads
Update convertLead call in readme to be consistent with other calls
2 parents 4670e2c + c274c09 commit 5854836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $client->leads->getLead("570680a8a1bcbca8a90000a9");
119119
$client->leads->deleteLead("570680a8a1bcbca8a90000a9");
120120

121121
// Convert a Lead to a User
122-
$leads->convertLead([
122+
$client->leads->convertLead([
123123
"contact" => [
124124
"user_id" => "8a88a590-e1c3-41e2-a502-e0649dbf721c"
125125
],

0 commit comments

Comments
 (0)