소스 검색

Update ReadMe

Muhammad Asif 7 년 전
부모
커밋
29f626bdd8
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      README.md

+ 1 - 5
README.md

@@ -12,12 +12,8 @@ PeerJS provides a complete, configurable, and easy-to-use peer-to-peer API built
 
 **Include the library**
 
-  from the cdn:
-```html
-<script src="https://cdnjs.cloudflare.com/ajax/libs/peerjs/0.3.14/peer.js"></script>
-```
   with modules:
-`npm install peerjs` or `yarn add peerjs`
+`npm install https://github.com/capripio/peerjs/tarball/master`
     and the usage:
   ```js
   import Peer from 'peerjs';