Taddeüs Kroes 11 年 前
コミット
f713ab9ba3
1 ファイル変更1 行追加1 行削除
  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!');