From 54b1f315c3a7b8efdc5a4de15e8eda22c3cd99cb Mon Sep 17 00:00:00 2001 From: Damiano Donati Date: Mon, 12 Aug 2019 17:45:14 +0100 Subject: [PATCH] add link pusher-websocket-unity in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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