浏览代码

Update README.md

Fixed missing comma
George Mandis 5 年之前
父节点
当前提交
17f3bcdd35
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
 }