Explorar o código

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

doc: remove non exist debug option
Alex Sosnovskiy %!s(int64=5) %!d(string=hai) anos
pai
achega
4f530c6847
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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'
 });