Skip to content

Commit 986a0e1

Browse files
author
Kristijan Sedlak
committed
fixing readme
1 parent 2d733e3 commit 986a0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Writing your own WebSocket Client
4747

4848
The `net.tootallnate.websocket.WebSocketClient` abstract class can connect to
4949
valid WebSocket servers. The constructor expects a valid `ws://` URI to
50-
connect to. Important events `onOpen`, `onClose`, `onMessage` and onIOError get
51-
fired throughout the life of the WebSocketClient, and must be implemented in
52-
**your** subclass.
50+
connect to. Important events `onOpen`, `onClose`, `onMessage` and `onIOError`
51+
get fired throughout the life of the WebSocketClient, and must be implemented
52+
in **your** subclass.
5353

5454
License
5555
-------

0 commit comments

Comments
 (0)