浏览代码

Update README.md

Eric Zhang 12 年之前
父节点
当前提交
e093b6671b
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -21,6 +21,7 @@ Run the server
     
     
 Connecting to the server from PeerJS
 Connecting to the server from PeerJS
     
     
-    // No API key requried when not using cloud server
-    var peer = new Peer('someid', {host: 'localhost', port: 9000});
-    
+    <script>
+        // No API key requried when not using cloud server
+        var peer = new Peer('someid', {host: 'localhost', port: 9000});
+    </script>