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:
-rw-r--r--.travis.yml1
-rw-r--r--README.md3
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b907c66..1bae427 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
-- '0.11'
- '0.10'
env:
global:
diff --git a/README.md b/README.md
index 7271391..4dc1cbc 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@
**[extension api](https://github.com/feross/bittorrent-protocol#extension-api)** for
adding new extensions
- **Comprehensive test suite** (completely offline, so it's reliable and fast)
-- Modular design (see [module list](#modules))
#### Web-specific features
@@ -441,7 +440,7 @@ makes it easier to send PRs:
### WebTorrent in production
-- [Instant](http://instant.io) – Secure, anonymous, streaming file transfer [[code](https://github.com/feross/instant.io)]
+- **[Instant](http://instant.io)** – Secure, anonymous, streaming file transfer [[code](https://github.com/feross/instant.io)]
- Your app here! (send a PR or open an issue with the URL to your app)
### Project Goal