Skip to content

Commit e98bd15

Browse files
author
arai-wa
committed
FIXED typo in README.markdown
Fixed "org.java_websocket.server.WebSocketClient" to "org.java_websocket.client.WebSocketClient"
1 parent 05d2e2e commit e98bd15

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)