chore(docs): small fixes

This commit is contained in:
banasa44
2025-07-22 17:29:26 +02:00
committed by akcodez
parent 44a3c7350e
commit 5288b3f5c1

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)