Taddeüs Kroes %!s(int64=11) %!d(string=hai) anos
pai
achega
f713ab9ba3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -68,7 +68,7 @@ web sockets in JavaScript:
 
 Corresponding client code (JavaScript, run in browser):
 
-    ws = new WebSocket('ws://localhost:8000');
+    var ws = new WebSocket('ws://localhost:8000');
     ws.onopen = function() {
         console.log('open');
         this.send('Hello, World!');