Browse Source

Merge pull request #163 from georgemandis/patch-1

Update README.md
Alex Sosnovskiy 5 năm trước cách đây
mục cha
commit
9cf4f788f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -92,7 +92,7 @@ app.get('/', (req, res, next) => { res.send('Hello world!'); });
 const server = app.listen(9000);
 
 const options = {
-    debug: true
+    debug: true,
     path: '/peerjs'
 }