README: fix typo and wording on websocket test

This commit is contained in:
Luna Mendes 2018-11-15 18:09:51 -03:00
parent 5f9e04b866
commit 8dcb8cd72d
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ there is a basic `nginx.conf` file at the root.
### Checking if it is working ### Checking if it is working
You can check if your instance is running by checking the `/api/v6/gateway` 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) path. For basic websocket testing a tool such as
can be used. [ws](https://github.com/hashrocket/ws) can be used.
## Updating ## Updating