diff options
author | Adam Gauthier <adamgauthier12@gmail.com> | 2018-07-20 22:58:54 -0400 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-21 09:10:45 +0200 |
commit | 68037af8926a348fe03dc0b3b95a9553d246de20 (patch) | |
tree | 30d709f70e22beba44a5e7629ce2c48b226760db | |
parent | 2e0752b8c013b7bffa762826f8b3625307bb52d9 (diff) | |
download | PeerTube-68037af8926a348fe03dc0b3b95a9553d246de20.tar.gz PeerTube-68037af8926a348fe03dc0b3b95a9553d246de20.tar.zst PeerTube-68037af8926a348fe03dc0b3b95a9553d246de20.zip |
Fix minor typos in README
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -83,8 +83,8 @@ Want to see it in action? | |||
83 | 83 | ||
84 | ## Why | 84 | ## Why |
85 | 85 | ||
86 | We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, | 86 | We can't build a FOSS video streaming alternative to YouTube, Dailymotion, |
87 | Vimeo... with a centralized software. One organization alone may not have | 87 | Vimeo... with centralized software. One organization alone may not have |
88 | enough money to pay for bandwidth and video storage of its servers. | 88 | enough money to pay for bandwidth and video storage of its servers. |
89 | 89 | ||
90 | So we need to have a decentralized network of servers seeding videos (as | 90 | So we need to have a decentralized network of servers seeding videos (as |
@@ -150,7 +150,7 @@ See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation. | |||
150 | ### Backend | 150 | ### Backend |
151 | 151 | ||
152 | * The backend is a REST API. | 152 | * The backend is a REST API. |
153 | * Servers communicate with each others with [Activity | 153 | * Servers communicate with each other with [Activity |
154 | Pub](https://www.w3.org/TR/activitypub/). | 154 | Pub](https://www.w3.org/TR/activitypub/). |
155 | * Each server has its own users who query it (search videos, query where the | 155 | * Each server has its own users who query it (search videos, query where the |
156 | torrent URI of this specific video is...). | 156 | torrent URI of this specific video is...). |