Eric Zhang 12 жил өмнө
parent
commit
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
     
-    // 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>