Skip to content

Commit 8982834

Browse files
author
Andy Scott
committed
Markdown syntax fix
1 parent 7d3eb8a commit 8982834

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
@@ -41,7 +41,7 @@ $client = new IntercomClient(appId, apiKey);
4141

4242
Or if using an OAuth or Personal Access Token use:
4343

44-
``php
44+
```php
4545
use Intercom\IntercomClient;
4646

4747
$client = new IntercomClient(<insert_token_here>, null);

0 commit comments

Comments
 (0)