Explorar o código

Update README.md

Fixed missing comma
George Mandis %!s(int64=5) %!d(string=hai) anos
pai
achega
17f3bcdd35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
 }