Update README.md

Fixed missing comma
This commit is contained in:
George Mandis 2020-03-18 21:02:40 -04:00 committed by GitHub
parent f8720f3ee3
commit 17f3bcdd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
} }