Merge pull request #191 from t49tran/doc-remove-non-exist-debug-option

doc: remove non exist debug option
This commit is contained in:
Alex Sosnovskiy 2020-05-21 15:54:50 +03:00 committed by GitHub
commit 4f530c6847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,6 @@ app.get('/', (req, res, next) => res.send('Hello world!'));
const server = app.listen(9000);
const peerServer = ExpressPeerServer(server, {
debug: true,
path: '/myapp'
});