فهرست منبع

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 server = app.listen(9000);
 
 
 const options = {
 const options = {
-    debug: true
+    debug: true,
     path: '/peerjs'
     path: '/peerjs'
 }
 }