Merge pull request #163 from georgemandis/patch-1

Update README.md
This commit is contained in:
Alex Sosnovskiy 2020-03-19 22:28:03 +03:00 committed by GitHub
commit 9cf4f788f6
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 options = {
debug: true
debug: true,
path: '/peerjs'
}