From 739a61e8bd27d1d95eb5166bcbfbf97154b2b0e0 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 8 Nov 2019 20:41:50 +0200 Subject: [PATCH] minor Also, pdf and epub versions are available, as well the online version is fully up-to-dated - users will need to complete the form. Read the iris README.md --- Websockets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Websockets.md b/Websockets.md index 60c74e6..ca1df18 100644 --- a/Websockets.md +++ b/Websockets.md @@ -9,7 +9,7 @@ First of all, read the **[kataras/neffos wiki](https://github.com/kataras/neffos It comes pre-installed with Iris, however you can install it separately by executing the following shell command. ```sh -$ go get github.com/kataras/neffos@v0.0.8 +$ go get github.com/kataras/neffos@latest ``` Continue by reading how you can register the neffos websocket server into your Iris application.