We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3eb8a commit 8982834Copy full SHA for 8982834
README.md
@@ -41,7 +41,7 @@ $client = new IntercomClient(appId, apiKey);
41
42
Or if using an OAuth or Personal Access Token use:
43
44
-``php
+```php
45
use Intercom\IntercomClient;
46
47
$client = new IntercomClient(<insert_token_here>, null);
0 commit comments