mirror of https://gitlab.com/litecord/litecord.git
README: fix typo and wording on websocket test
This commit is contained in:
parent
5f9e04b866
commit
8dcb8cd72d
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue