ericz 12 anni fa
parent
commit
1e13c8d7af
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ Each peer simply provides a identifier with which other peers using the same API
        conn.on('open', function(){
          conn.send('hi!');
        }); 
-     </script>`
+     </script>
 
 
 ### [Getting started](http://peerjs.com/start)