Skip to content

Commit 732c4fe

Browse files
kailashchoudhary11sonologico
authored andcommitted
Refactor Readme
1 parent c681324 commit 732c4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To trigger an event on one or more channels, use the `trigger` method on the `Pu
113113
|channels `String` or `Collection` |**Required** <br> The name or list of names of the channel you wish to trigger events on |
114114
|event `String`| **Required** <br> The name of the event you wish to trigger. |
115115
|data `JSONable data` | **Required** <br> The event's payload |
116-
|socket_id `String` | **Default:`None`** <br> The socket_id of the connection you wish to exclude from receiving the event. You can read more [here](http://pusher.com/docs/duplicates). |
116+
|socket_id `String` | **Default:`None`** <br> The socket_id of the connection you wish to exclude from receiving the event. You can read more [here](https://pusher.com/docs/channels/server_api/excluding-event-recipients/). |
117117

118118
|Return Values |Description |
119119
|:-:|:-:|
@@ -426,4 +426,4 @@ To run the tests run `python setup.py test`
426426

427427
## License
428428

429-
Copyright (c) 2015 Pusher Ltd. See LICENSE for details.
429+
Copyright (c) 2015 Pusher Ltd. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)