webtorrent --> WebTorrent
authorBigard Florian <florian.bigard@gmail.com>
Sat, 30 Apr 2016 11:13:07 +0000 (13:13 +0200)
committerBigard Florian <florian.bigard@gmail.com>
Sat, 30 Apr 2016 11:13:07 +0000 (13:13 +0200)
README.md

index fb1e366ec630dd8a1050b649c47d931459920158..37bee455dce2f732d3039bd6bbb5a6d375f35b3c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
 [![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client)
 [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies)
 
-Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent).
+Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [WebTorrent](https://github.com/feross/webtorrent).
 
 [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
 
@@ -23,7 +23,7 @@ We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vime
 So we need to have a decentralized network (as [Diaspora](https://github.com/diaspora/diaspora) for example).
 But it's not enought because one video could become famous and overload the server.
 It's the reason why we need to use a P2P protocol to limit the server load.
-Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now.
+Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now.
 
 ## Features
 
@@ -42,7 +42,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t
 - [X] Remove the video
 - [X] List the videos
 - [X] Search a video name (local index)
-- [X] View the video in an HTML5 page with webtorrent
+- [X] View the video in an HTML5 page with WebTorrent
 - [ ]  Manage user accounts
   - [ ] Inscription
   - [X] Connection