ericz 12 年 前
コミット
1e13c8d7af
1 ファイル変更1 行追加1 行削除
  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)