chore(docs): small fixes

This commit is contained in:
banasa44
2025-07-22 17:29:26 +02:00
parent 0ab859343d
commit 1009242c6a

View File

@@ -533,7 +533,7 @@ $client = new JsonRpcClient("http://localhost:5005");
```go
client := websocket.NewClient(
websocket.NewClientConfig().
WithHost("http://localhost:5005")
WithHost("ws://localhost:6006")
)
if err := client.Connect(); err != nil {
fmt.Println(err)