diff --git a/packages/harmony-network/README.md b/packages/harmony-network/README.md index 5778a5f..ab0e803 100644 --- a/packages/harmony-network/README.md +++ b/packages/harmony-network/README.md @@ -18,7 +18,7 @@ const testnetWS = 'wss://ws.s0.b.hmny.io'; const localHTTP = 'http://localhost:9500/'; const localWS = 'http://localhost:9800/'; const http = new HttpProvider(testnetHTTP); // for local use localHTTP -const ws = new WSProvider(testnetWS); // for local use testnetWS +const ws = new WSProvider(testnetWS); // for local use localWS const customHTTPMessenger = new Messenger(http, ChainType.Harmony, ChainID.HmyTestnet); // for local ChainID.HmyLocal const customWSMessenger = new Messenger(ws, ChainType.Harmony, ChainID.HmyTestnet); // for local ChainID.HmyLocal ``` \ No newline at end of file