Pārlūkot izejas kodu

update readme again

nicejs-is-cool 3 gadi atpakaļ
vecāks
revīzija
51d9098a01
1 mainītis faili ar 3 papildinājumiem un 12 dzēšanām
  1. 3 12
      README.md

+ 3 - 12
README.md

@@ -16,22 +16,13 @@ Just refer to the PeerJS documentation for a more detailed description of how th
 - Import the module like this
 
     ```
-    const Peer = require('peerjs-on-node').Peer;
+    const Peer = require('node-peerjs-client').Peer;
     ```
 
 ## Build history
 
 #### v1.0.0
 
-- Based on commit [0645dc3](https://github.com/peers/peerjs/commit/0645dc3ddd51cbc1649ed13af56d9b66958fd62b) of PeerJS
-- First release version that tries to make most of the peerJS functionality work on NodeJS
-- See file `patch/patch.diff` for all the modification made to the base PeerJS code and get it running on NodeJS
 - PeerJS code not included in this repo
-
-#### v1.0.1
-
-- Updated some documentation
-
-#### v1.0.2
-
-- Updated a bit more of the documentation
+- Cross-platform build script written in node
+- Only builds PeerJS if necessary