Browse Source

Update ReadMe

Muhammad Asif 7 years ago
parent
commit
29f626bdd8
1 changed files with 1 additions and 5 deletions
  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';