Skip to content

Commit b4c49d5

Browse files
committed
show creating a client in the basic usage section
1 parent 80e0fdd commit b4c49d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# intercom-php
22

3-
PHP bindings for the Intercom API (https://api.intercom.io).
3+
Beta PHP bindings for the Intercom API (https://api.intercom.io).
44

55
[API Documentation](https://api.intercom.io/docs)
66

7-
[Guzzle Documentation](http://guzzle3.readthedocs.org)
8-
97
## Installation
108

11-
The API client can be installed via [Composer](https://github.com/composer/composer). When a public release is available it can be added to the [Packagist](https://packagist.org/) repository. For now you'll have to add the following to a composer.json file in the project root:
9+
The API client can be installed via [Composer](https://github.com/composer/composer). When a final public release is available it will be added to the [Packagist](https://packagist.org/) repository. For now you'll have to add the following to a composer.json file in the project root:
1210

1311
```js
1412
{
@@ -26,6 +24,8 @@ The API client can be installed via [Composer](https://github.com/composer/compo
2624

2725
Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to updated to the latest version of the API client, which is linked to the `master` branch.
2826

27+
The client uses [Guzzle](http://guzzle3.readthedocs.org).
28+
2929

3030
## Basic Usage
3131

0 commit comments

Comments
 (0)