Skip to content

Commit c39c1fb

Browse files
authored
Merge pull request #143 from intercom/BL/read
update readme with some useful notes
2 parents 0ab8dd4 + 2e854cd commit c39c1fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Status](https://travis-ci.org/intercom/intercom-php.svg?branch=master)](https://
77

88
## Installation
99

10+
Requires PHP 5.6.
11+
1012
Using Composer:
1113

1214
```json
@@ -21,6 +23,8 @@ Using Composer:
2123
## Clients
2224

2325
```php
26+
use Intercom\IntercomClient;
27+
2428
$client = new IntercomClient(appId, apiKey);
2529
```
2630

0 commit comments

Comments
 (0)