Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davebryson committed Feb 16, 2010
1 parent 925abe6 commit 24c4a0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ loop(WebSocket) ->

h3. WebSocket Client

This is a pure Erlang WebSocket client you can use to call a WebSocket Server from Erlang code. For simplicity, the code
defines an Erlang Behaviour you implement for you client. The Behaviour defines the functions outlined in the WebSocket API spec. Here's an example of a simple client:
This is a pure Erlang WebSocket client you can use to call a WebSocket Server from Erlang code. For simplicity, the code defines an Erlang Behaviour you implement for your client. The Behaviour defines the functions outlined in the WebSocket API spec. Here's an example of a simple client:

<pre>
<code>
Expand Down

0 comments on commit 24c4a0c

Please sign in to comment.