Skip to content

Commit 845ceab

Browse files
author
Andy Scott
authored
Merge pull request #166 from intercom/as/readme_markdown_fix
Markdown syntax fix
2 parents 7d3eb8a + 8982834 commit 845ceab

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)