Skip to content

Commit

Permalink
Merge pull request #24 from notbrain/master
Browse files Browse the repository at this point in the history
Fixed links to intercom.io docs site.
  • Loading branch information
tarunc committed Jun 18, 2015
2 parents 832d2f0 + e82e0c3 commit cc596e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Expand Up @@ -3,7 +3,7 @@

An API client in Node.JS for talking to intercom.io. This package implements the complete API for talking with the intercom.io API -- users, messages, impressions, tags, notes.

There complete docs can be found here - http://docs.intercom.io/api
There complete docs can be found here - http://doc.intercom.io/api

## Installation

Expand All @@ -14,7 +14,7 @@ npm install --save intercom.io

## Usage

See [docs](http://tarunc.github.io/intercom.io/) for complete API documentation and the [intercom API documentation](http://docs.intercom.io/api).
See [docs](http://tarunc.github.io/intercom.io/) for complete API documentation and the [intercom API documentation](http://doc.intercom.io/api).

```javascript
var Intercom = require('intercom.io');
Expand Down Expand Up @@ -169,7 +169,7 @@ List of supported methods:
* intercom.createUserMessage
```

See [docs](http://tarunc.github.io/intercom.io/) for complete API documentation and the [intercom API documentation](http://docs.intercom.io/api). See tests for more examples.
See [docs](http://tarunc.github.io/intercom.io/) for complete API documentation and the [intercom API documentation](http://doc.intercom.io/api). See tests for more examples.

__Note__: Every method returns a promise but accepts callbacks too.

Expand Down

0 comments on commit cc596e2

Please sign in to comment.