Skip to content

Commit 08bb04f

Browse files
committed
Update with name changes for Respond
1 parent f34af1a commit 08bb04f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ rails generate intercom:config YOUR-APP-ID
2626
To make installing Intercom easy, where possible a `<script>` tag **will be automatically inserted before the closing `</body>` tag**. For most Rails apps, **you won't need to do any extra config**. Having trouble? Check out troubleshooting below.
2727

2828

29-
### Live Chat / Acquire
30-
With our [Acquire package](https://www.intercom.io/live-chat), Intercom Messenger now works with logged out users and visitors to your web site. Include the Intercom snippet on every page by setting:
31-
29+
### Live Chat
30+
With the Intercom Messenger you can [chat](https://www.intercom.com/live-chat) with users and visitors to your web site. Include the Intercom Messenger on every page by setting:
3231
```ruby
3332
config.include_for_logged_out_users = true
3433
```
@@ -54,7 +53,7 @@ If your users can be defined in different ways in your app you can also pass an
5453
```ruby
5554
config.user.current = [Proc.new { current_user_object }, Proc.new { @user_object }]
5655
```
57-
* If you want the Intercom Messenger to be available when there is no current user, set `config.include_for_logged_out_users = true` in your config and sign up for the [Acquire](https://www.intercom.io/live-chat) package.
56+
* If you want the Intercom Messenger to be available when there is no current user, set `config.include_for_logged_out_users = true` in your config and sign up for the [Respond](https://www.intercom.io/live-chat) package.
5857

5958
Feel free to mail us: [email protected], if you're still having trouble.
6059

@@ -69,7 +68,7 @@ If you want to use secure mode, ensure you set your API secret in `config/initia
6968
**Note: This example is just for the sake of simplicity, you should never include your api secret in source control. Instead, you should use the Rails [secret config](http://guides.rubyonrails.org/4_1_release_notes.html#config-secrets-yml) feature.**
7069
### Shutdown
7170

72-
If you use Intercom Acquire combined with another product like Support, Learn or Engage, any user that uses a shared computer and browser with someone else will be able to see the most recently logged in user’s conversation history until the cookie expires.
71+
If you use Intercom Respond combined with another product like Engage, any user that uses a shared computer and browser with someone else will be able to see the most recently logged in user’s conversation history until the cookie expires.
7372
Because of this, it’s very important to properly shutdown Intercom when a user’s session on your app ends (via manually or automatically logging out).
7473

7574
#### Using Devise

0 commit comments

Comments
 (0)