Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Updating README and documentation index.
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Oct 20, 2014
1 parent 934cf81 commit 6faf885
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Overview
--------
This is a (mostly) pure JavaScript implementation of the WebSocket protocol versions 8 and 13 for Node. There are some example client and server applications that implement various interoperability testing protocols in the "test" folder.

Documentation
=============

[You can read the full API documentation in the docs folder.](docs/index.md)

Current News
------------

Expand Down Expand Up @@ -62,11 +67,6 @@ This library has been used in production on [worlize.com](https://www.worlize.co

It may work in earlier or later versions but I'm not actively testing it outside of the listed versions. YMMV.

Documentation
=============

[You can read the full API documentation in the docs folder.](docs/index.md)

Installation
------------

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Click on one of the classes below to view its API documentation.
* [WebSocketConnection](./WebSocketConnection.md)
* [WebSocketFrame](./WebSocketFrame.md)
* [WebSocketRequest](./WebSocketRequest.md)
* [WebSocketServer.md](./WebSocketServer.md)
* [WebSocketServer](./WebSocketServer.md)

0 comments on commit 6faf885

Please sign in to comment.