Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutarc <autarc@gmail.com>2016-03-16 17:31:45 +0300
committerAutarc <autarc@gmail.com>2016-03-16 17:31:45 +0300
commitf2cdea0684ea4341dfd01b3c1791dac51eea7973 (patch)
tree8c39a7939913463f678b40d270226d8c9ee43700 /README.md
parent2552c4ba74dbdc5d648b9fe22068e188a8d8c37d (diff)
link wrtc alternative
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0c3434..98d7703 100644
--- a/README.md
+++ b/README.md
@@ -279,7 +279,7 @@ If `opts` is specified, then the default options (shown below) will be overridde
peerId: String|Buffer, // Wire protocol peer ID (default=randomly generated)
rtcConfig: Object, // RTCPeerConnection configuration object (default=STUN only)
tracker: Boolean, // Whether or not to enable trackers (default=true)
- wrtc: Object // Custom webrtc implementation (in node, specify the [wrtc](https://www.npmjs.com/package/wrtc) package)
+ wrtc: Object // Custom webrtc implementation (in node, specify the [wrtc](https://www.npmjs.com/package/wrtc) or [electron-webrtc](https://github.com/mappum/electron-webrtc) package)
}
```