From 17f3bcdd35f64cda57513dbd8933b57ab19a0ab6 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Wed, 18 Mar 2020 21:02:40 -0400 Subject: [PATCH] Update README.md Fixed missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c433da3..10f6c74 100644 --- a/README.md +++ b/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' }