Skip to content

Commit 2459ab2

Browse files
committed
Fixed README example
1 parent 8b811e9 commit 2459ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here are some examples showing typical use:
4242
config := xrpl.ClientConfig{
4343
URL: "wss://s.altnet.rippletest.net:51233",
4444
}
45-
client := xrpl.NewClient(config)
45+
client, _ := xrpl.NewClient(config)
4646
err := client.Ping([]byte("PING"))
4747
if err != nil {
4848
panic(err)

0 commit comments

Comments
 (0)