Skip to content

Commit

Permalink
Remove extra $ in README
Browse files Browse the repository at this point in the history
Hi,

I noticed you've got a left over `$` from where you removed `$_POST` from the examples a couple of weeks ago. I've removed it in this PR.

Thanks for making and maintaining this repo
  • Loading branch information
d3v1 authored Feb 22, 2022
1 parent d9d49ee commit 732dfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $contact = $hubSpot->crm()->contacts()->basicApi()->create($contactInput);

```php
$newProperties = new \HubSpot\Client\Crm\Contacts\Model\SimplePublicObjectInput();
$newProperties->setProperties($[
$newProperties->setProperties([
'email' => '[email protected]'
]);

Expand Down

0 comments on commit 732dfff

Please sign in to comment.