소스 검색

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

doc: remove non exist debug option
Alex Sosnovskiy 5 년 전
부모
커밋
4f530c6847
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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'
 });