瀏覽代碼

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';