Skip to content

Commit 6246fbd

Browse files
committed
Edited README.markdown via GitHub
1 parent 9514e0b commit 6246fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ folder. First, compile the example classes and JAR file:
1616
ant
1717

1818
Then, start the chat server (a `WebSocketServer` subclass):
19+
1920
java -cp example:dist/WebSocket.jar ChatServer
2021

2122
Now that the server is started, we need to connect some clients. Run the
2223
Java chat client (a `WebSocketClient` subclass):
24+
2325
java -cp example:dist/WebSocket.jar ChatClient
2426

2527
The chat client is a simple Swing GUI application that allows you to send

0 commit comments

Comments
 (0)