diff --git a/README.md b/README.md index b8aff299..27a21197 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ This is a .NET library for interacting with the Channels WebSocket API. -Registering at 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 . +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 ## 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