Skip to content

Commit 7885239

Browse files
committed
Merge pull request TooTallNate#278 from arai-wa/patch-1
FIXED typo in README.markdown
2 parents e8e6702 + e98bd15 commit 7885239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ connections though HTTP. After that it's up to **your** subclass to add purpose.
8383
Writing your own WebSocket Client
8484
---------------------------------
8585

86-
The `org.java_websocket.server.WebSocketClient` abstract class can connect to
86+
The `org.java_websocket.client.WebSocketClient` abstract class can connect to
8787
valid WebSocket servers. The constructor expects a valid `ws://` URI to
8888
connect to. Important events `onOpen`, `onClose`, `onMessage` and `onIOError`
8989
get fired throughout the life of the WebSocketClient, and must be implemented

0 commit comments

Comments
 (0)