Skip to content

Commit 748919d

Browse files
author
Anya Zenkina
committed
add Channels to the readme where it's absent
1 parent cd666ca commit 748919d

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
@@ -92,7 +92,7 @@ As of version 0.12, SSL certificates are verified when using the synchronous htt
9292
Pusher.default_client.sync_http_client.ssl_config.verify_mode = OpenSSL::SSL::VERIFY_NONE
9393
```
9494

95-
## Interacting with the Pusher service
95+
## Interacting with the Pusher Channels service
9696

9797
The Pusher gem contains a number of helpers for interacting with the service. As a general rule, the library adheres to a set of conventions that we have aimed to make universal.
9898

@@ -155,15 +155,15 @@ This will continue to work, but has been replaced by `channels_client.trigger` w
155155

156156
### Getting information about the channels in your Pusher Channels app
157157

158-
This gem provides methods for accessing information from the [Pusher HTTP API](https://pusher.com/docs/rest_api). The documentation also shows an example of the responses from each of the API endpoints.
158+
This gem provides methods for accessing information from the [Pusher Channels HTTP API](https://pusher.com/docs/rest_api). The documentation also shows an example of the responses from each of the API endpoints.
159159

160160
The following methods are provided by the gem.
161161

162162
- `channels_client.channel_info('channel_name')` returns information about that channel.
163163

164164
- `channels_client.channel_users('channel_name')` returns a list of all the users subscribed to the channel.
165165

166-
- `channels_client.channels` returns information about all the channels in your Pusher application.
166+
- `channels_client.channels` returns information about all the channels in your Pusher Channels application.
167167

168168
### Asynchronous requests
169169

0 commit comments

Comments
 (0)