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:
authorMatt Buresh <mattburesh@gmail.com>2013-11-10 08:55:17 +0400
committerMatt Buresh <mattburesh@gmail.com>2013-11-10 08:55:17 +0400
commitbe3178c34f0a0946fc5f284dcd6c1447d645133b (patch)
tree6f7e03132bcfedcb56f1e30b5cb3a9ec2bea92f6 /README.md
parentb0613e52b9e424b56521f6f5f8749d55297f6d3b (diff)
Fixed typo
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 a5b5adf..b4fa3d3 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Since WebTorrent is web-first, it's dead simple for users to use without underst
- WebTorrent is slower at finding peers since "DHT over WebRTC" requires multiple roundtrips for peer introductions. (This is a requirement of WebRTC signaling - no way around this)
- WebTorrent peers must keep their browser tab open to seed (Show UI to encourage seeding back at least 2x)
-- Slower piece verification (SHA1) (max 2MB/s with web worker pool, Web Crpyto API will bring huge speed-up when it's finally ready)
+- Slower piece verification (SHA1) (max 2MB/s with web worker pool, Web Crypto API will bring huge speed-up when it's finally ready)
- WebTorrent bootstrap DHT node does *a bit* more work than a BitTorrent one since it must do WebRTC signaling. (Not a huge deal)