Browse Source

doc: remove non exist debug option

t49tran 5 năm trước cách đây
mục cha
commit
f2ad44a4cd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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'
 });