Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

This is a .NET library for interacting with the Channels WebSocket API.

Registering at <http://pusher.com/channels> and use the application credentials within your app as shown below.
Register at [pusher.com/channels](https://pusher.com/channels) and use the application credentials within your app as shown below.

More general documentation can be found at <http://pusher.com/docs/channels>.
More general documentation can be found on the [Official Channels Documentation](https://pusher.com/docs/channels).

For integrating **Pusher Channels** with **Unity** follow the instructions at <https://github.com/pusher/pusher-websocket-unity>

## Supported platforms

* .NET Standard 1.6
* Unity 2018.1
* Unity 2018 and greater via [pusher-websocket-unity](https://github.com/pusher/pusher-websocket-unity)

## Installation

Expand Down