Skip to content

Commit

Permalink
readme was messed up with </li>s
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Meck committed Oct 7, 2010
1 parent 7d9a6a0 commit c0dc8db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ The client side code is from within this repository

### Usage Client Side

<script "./example/static/sws.js"></script></li>
<script></li>
SessionWebSocket(function(socket){</li>
socket.send("woot!")//</li>
})</li>
</script></li>
<script "./example/static/sws.js"></script>
<script>
SessionWebSocket(function(socket){
socket.send("woot!")//good to go
})
</script>

### Events

Expand Down

0 comments on commit c0dc8db

Please sign in to comment.