Update README.md

This commit is contained in:
Eric Zhang 2013-02-13 09:45:19 -08:00
parent 8726925e02
commit e093b6671b

View File

@ -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>