Browse Source

doc: remove non exist debug option

t49tran 5 years ago
parent
commit
f2ad44a4cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      README.md

+ 0 - 1
README.md

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