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