Skip to content

Commit 47b0368

Browse files
yschimkewhyoleg
authored andcommitted
Update README.md
1 parent 32baf66 commit 47b0368

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
@@ -143,7 +143,7 @@ val client = HttpClient(CIO) {
143143
}
144144

145145
//connect to some url
146-
val rSocket: RSocket = client.rScoket("wss://rsocket-demo.herokuapp.com/rsocket")
146+
val rSocket: RSocket = client.rSocket("wss://rsocket-demo.herokuapp.com/rsocket")
147147

148148
//request stream
149149
val stream: Flow<Payload> = rSocket.requestStream(Payload.Empty)

0 commit comments

Comments
 (0)