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 050eed2 commit 8beed56Copy full SHA for 8beed56
README.md
@@ -61,7 +61,7 @@ var client = new Intercom.Client({ token: 'my_token' });
61
If you are using the EU service you can configure like the following:
62
63
```node
64
-var client = new Intercom.Client({token: 'my_token' });
+var client = new Intercom.Client({ token: 'my_token' });
65
client.useRequestOpts({ baseUrl: 'https://api.eu.intercom.io' })
66
```
67
0 commit comments