Skip to content

Commit f4a70b3

Browse files
committed
README spacing.
1 parent b20ddca commit f4a70b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Implemented WebSocket protocol versions are:
1414
* [Hybi 10](http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-10.txt)
1515
* [Hybi 17](http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-17.txt)
1616

17+
1718
Running the Example
1819
-------------------
1920

@@ -46,6 +47,7 @@ by any browser. If the browser natively supports the WebSocket API, then it's
4647
implementation will be used, otherwise it will fall back to a
4748
[Flash-based WebSocket Implementation](http://github.com/gimite/web-socket-js).
4849

50+
4951
Writing your own WebSocket Server
5052
---------------------------------
5153

@@ -55,6 +57,7 @@ server-side of the
5557
A WebSocket server by itself doesn't do anything except establish socket
5658
connections though HTTP. After that it's up to **your** subclass to add purpose.
5759

60+
5861
Writing your own WebSocket Client
5962
---------------------------------
6063

@@ -64,6 +67,7 @@ connect to. Important events `onOpen`, `onClose`, `onMessage` and `onIOError`
6467
get fired throughout the life of the WebSocketClient, and must be implemented
6568
in **your** subclass.
6669

70+
6771
Minimum Required JDK
6872
--------------------
6973

@@ -74,6 +78,7 @@ Minimum Required JDK
7478

7579
Other JRE implementations may work as well, but haven't been tested.
7680

81+
7782
Testing in Android Emulator
7883
---------------------------
7984

0 commit comments

Comments
 (0)