doc: remove non exist debug option

This commit is contained in:
t49tran 2020-05-18 14:04:20 +10:00
parent 9599ed91ee
commit f2ad44a4cd

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