Skip to content

Commit

Permalink
Merge pull request HubSpot#3 from HubSpot/oauth2
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
atanasiuk-hubspot authored and GitHub Enterprise committed Dec 11, 2019
2 parents 738a389 + 6630108 commit bb417ff
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 @@ -9,7 +9,7 @@ PHP API vNext Client files and sample apps
$hubSpot = \HubSpot\Factory::createWithApiKey('api-key');
```

####or using OAuth2 access token:
#### or using OAuth2 access token:

```php
$hubSpot = \HubSpot\Factory::createWithAccessToken('access-token');
Expand Down

0 comments on commit bb417ff

Please sign in to comment.