Skip to content

Commit

Permalink
show creating a client in the basic usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
dehora committed Sep 5, 2014
1 parent 80e0fdd commit b4c49d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# intercom-php

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

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

[Guzzle Documentation](http://guzzle3.readthedocs.org)

## Installation

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:
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:

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

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.

The client uses [Guzzle](http://guzzle3.readthedocs.org).


## Basic Usage

Expand Down

0 comments on commit b4c49d5

Please sign in to comment.