Explorar o código

Merge branch 'master' of github.com:peers/peerjs

ericz %!s(int64=12) %!d(string=hai) anos
pai
achega
996214b87c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -12,7 +12,7 @@ Each peer simply provides a identifier with which other peers using the same API
 
 
 **Peer**
 **Peer**
 
 
-```js
+```html
 <script>
 <script>
   var peer = new Peer('someid', {key: 'apikey'});
   var peer = new Peer('someid', {key: 'apikey'});
   peer.on('connection', function(conn) {
   peer.on('connection', function(conn) {
@@ -26,7 +26,7 @@ Each peer simply provides a identifier with which other peers using the same API
 
 
 **Connecting peer**
 **Connecting peer**
 
 
-```js
+```html
 <script>
 <script>
   var peer = new Peer('anotherid', {key: 'apikey'});
   var peer = new Peer('anotherid', {key: 'apikey'});
   var conn = peer.connect('someid');
   var conn = peer.connect('someid');