From 8dcb8cd72dc7d0786e693b105c48c8e52f9a4ef5 Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Thu, 15 Nov 2018 18:09:51 -0300 Subject: [PATCH] README: fix typo and wording on websocket test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b981ae..250dc17 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ there is a basic `nginx.conf` file at the root. ### Checking if it is working You can check if your instance is running by checking the `/api/v6/gateway` -path. And for basic websocket testing a tool such as [wss](https://github.com/hashrocket/ws) -can be used. +path. For basic websocket testing a tool such as +[ws](https://github.com/hashrocket/ws) can be used. ## Updating