mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-11 07:15:49 +00:00
chore(docs): small fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user