Skip to content

Commit f2b8048

Browse files
author
Skyler Shaw
authored
Update README.md
1 parent 40ff35d commit f2b8048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ intercom = Intercom::Client.new(app_id: 'my_app_id', api_key: 'my_api_key')
3535
You can get your `app_id` from the URL when you're logged into Intercom (it's the alphanumeric just after `/apps/`) and your API key from the API keys integration settings page (under your app settings - integrations in Intercom).
3636

3737
```ruby
38-
# With an OAuth token:
38+
# With an OAuth or Personal Access token:
3939
intercom = Intercom::Client.new(token: 'my_token')
4040
```
4141

0 commit comments

Comments
 (0)