We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64afcd commit 28e8e5fCopy full SHA for 28e8e5f
README.md
@@ -11,9 +11,12 @@ It is generated with [Stainless](https://www.stainlessapi.com/).
11
## Installation
12
13
```sh
14
-npm install intercom-client
+npm install git+ssh://[email protected]:intercom/intercom-node.git
15
```
16
17
+> [!NOTE]
18
+> Once this package is [published to npm](https://app.stainlessapi.com/docs/guides/publish), this will become: `npm install intercom-client`
19
+
20
## Usage
21
22
The full API of this library can be found in [api.md](api.md).
0 commit comments