Ver Fonte

Update README.md

Eric Zhang há 12 anos atrás
pai
commit
e093b6671b
1 ficheiros alterados com 4 adições e 3 exclusões
  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>