Fix small error in the README.md. (#3)

* Fix small error in the README.md.
This commit is contained in:
Cecile Tonglet
2020-11-17 19:21:42 +01:00
committed by GitHub
parent 91c7044cb8
commit c5dfc76c20

View File

@@ -94,7 +94,7 @@ use
let program = async
{
let (mut ws, _wsio) = WsMeta::connect( "127.0.0.1:3012", None ).await
let (mut ws, _wsio) = WsMeta::connect( "ws://127.0.0.1:3012", None ).await
.expect_throw( "assume the connection succeeds" );
@@ -129,7 +129,7 @@ use
let program = async
{
let (mut ws, _wsio) = WsMeta::connect( "127.0.0.1:3012", None ).await
let (mut ws, _wsio) = WsMeta::connect( "ws://127.0.0.1:3012", None ).await
.expect_throw( "assume the connection succeeds" );