Skip to content

Commit 936adf8

Browse files
committed
shell -> bash
1 parent 9cdf814 commit 936adf8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ Running the Example
1414
There's a simple chat server and client example located in the `example`
1515
folder. First, compile the example classes and JAR file:
1616

17-
``` shell
17+
``` bash
1818
ant
1919
```
2020

2121
Then, start the chat server (a `WebSocketServer` subclass):
2222

23-
``` shell
23+
``` bash
2424
java -cp example:dist/WebSocket.jar ChatServer
2525
```
2626

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

30-
``` shell
30+
``` bash
3131
java -cp example:dist/WebSocket.jar ChatClient
3232
```
3333

@@ -64,7 +64,7 @@ Testing in Android Emulator
6464
Please note Android Emulator has issues using `IPv6 addresses`. Executing any
6565
socket related code (like this library) inside it will address an error
6666

67-
``` shell
67+
``` bash
6868
java.net.SocketException: Bad address family
6969
```
7070

0 commit comments

Comments
 (0)