Browse Source

Update README.md

Fixed missing comma
George Mandis 5 years ago
parent
commit
17f3bcdd35
1 changed files with 1 additions and 1 deletions
  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'
 }