Browse Source

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

doc: remove non exist debug option
Alex Sosnovskiy 5 years ago
parent
commit
4f530c6847
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 server = app.listen(9000);
 
 
 const peerServer = ExpressPeerServer(server, {
 const peerServer = ExpressPeerServer(server, {
-  debug: true,
   path: '/myapp'
   path: '/myapp'
 });
 });