Skip to content

Commit a39d9a5

Browse files
authored
Update README.md
1 parent 7f7da9f commit a39d9a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Circle CI](https://circleci.com/gh/intercom/intercom-node.png?style=shield)](https://circleci.com/gh/intercom/intercom-node)
44
[![npm](https://img.shields.io/npm/v/intercom-client)](https://www.npmjs.com/package/intercom-client)
5-
![Intercom API Version](https://img.shields.io/badge/Intercom%20API%20Version-2.3-blue)
5+
![Intercom API Version](https://img.shields.io/badge/Intercom%20API%20Version-2.4-blue)
66
![Typescript Supported](https://img.shields.io/badge/Typescript-Supported-lightgrey)
77

88
> Official Node bindings to the [Intercom API](https://api.intercom.io/docs)
@@ -11,7 +11,7 @@
1111

1212
### Maintenance
1313

14-
Current repository is a new WIP version of Node SDK, that supports latest API version (v2.3 as of 14/12/2021)
14+
Current repository is a new WIP version of Node SDK, that supports latest API version (v2.4 as of 14/01/2022)
1515

1616
## Installation
1717

@@ -70,7 +70,7 @@ We version our API (see the "Choose Version" section of the [API & Webhooks Refe
7070
const client = new Client({ token: 'my_token' });
7171
client.useRequestOpts({
7272
headers: {
73-
'Intercom-Version': 2.3,
73+
'Intercom-Version': 2.4,
7474
},
7575
});
7676
```

0 commit comments

Comments
 (0)