Skip to content

Commit a949586

Browse files
committed
Update the README for the new examples usage command.
1 parent 5766253 commit a949586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ ant
2828
Then, start the chat server (a `WebSocketServer` subclass):
2929

3030
``` bash
31-
java -cp example:dist/WebSocket.jar ChatServer
31+
java -cp build/examples:dist/WebSocket.jar ChatServer
3232
```
3333

3434
Now that the server is started, we need to connect some clients. Run the
3535
Java chat client (a `WebSocketClient` subclass):
3636

3737
``` bash
38-
java -cp example:dist/WebSocket.jar ChatClient
38+
java -cp build/examples:dist/WebSocket.jar ChatClient
3939
```
4040

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

0 commit comments

Comments
 (0)