Browse Source

Readme update

Luis Figueiredo 8 years ago
parent
commit
710f6f3672
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -31,6 +31,7 @@ func main() {
 }
 ```
 
+Client side:
 ```javascript
 	wsrpc = new WsRpc();
 	wsrpc.connect("ws://"+location.host +"/wsrpc");