docs: fix incorrect identify method

Signed-off-by: Mathis Mensing <matmen@dreadful.tech>
This commit is contained in:
Mathis Mensing 2022-03-10 19:24:21 +01:00 committed by Eric Callahan
parent a700725681
commit ee312ee9c6
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ JSON-RPC request (Websocket Only):
```json
{
"jsonrpc": "2.0",
"method": "server.connection.idenity",
"method": "server.connection.identify",
"params": {
"client_name": "moontest",
"version": "0.0.1",