Skip to content

Commit c0dc8db

Browse files
author
Bradley Meck
committed
readme was messed up with </li>s
1 parent 7d9a6a0 commit c0dc8db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ The client side code is from within this repository
4848

4949
### Usage Client Side
5050

51-
<script "./example/static/sws.js"></script></li>
52-
<script></li>
53-
SessionWebSocket(function(socket){</li>
54-
socket.send("woot!")//</li>
55-
})</li>
56-
</script></li>
51+
<script "./example/static/sws.js"></script>
52+
<script>
53+
SessionWebSocket(function(socket){
54+
socket.send("woot!")//good to go
55+
})
56+
</script>
5757

5858
### Events
5959

0 commit comments

Comments
 (0)