1 parent 7d9a6a0 commit c0dc8dbCopy full SHA for c0dc8db
1 file changed
README.md
@@ -48,12 +48,12 @@ The client side code is from within this repository
48
49
### Usage Client Side
50
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>
+ <script "./example/static/sws.js"></script>
+ <script>
+ SessionWebSocket(function(socket){
+ socket.send("woot!")//good to go
+ })
+ </script>
57
58
### Events
59
0 commit comments