Skip to content

Commit

Permalink
Merge pull request #97 from d3v1/patch-1
Browse files Browse the repository at this point in the history
Remove extra $ in README
  • Loading branch information
ksvirkou-hubspot authored Feb 23, 2022
2 parents d9d49ee + 732dfff commit cc8d318
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 cc8d318

Please sign in to comment.