aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Gauthier <adamgauthier12@gmail.com>2018-07-20 22:58:54 -0400
committerChocobozzz <me@florianbigard.com>2018-07-21 09:10:45 +0200
commit68037af8926a348fe03dc0b3b95a9553d246de20 (patch)
tree30d709f70e22beba44a5e7629ce2c48b226760db
parent2e0752b8c013b7bffa762826f8b3625307bb52d9 (diff)
downloadPeerTube-68037af8926a348fe03dc0b3b95a9553d246de20.tar.gz
PeerTube-68037af8926a348fe03dc0b3b95a9553d246de20.tar.zst
PeerTube-68037af8926a348fe03dc0b3b95a9553d246de20.zip
Fix minor typos in README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 82fbfbba2..ffeee435b 100644
--- a/README.md
+++ b/README.md
@@ -83,8 +83,8 @@ Want to see it in action?
83 83
84## Why 84## Why
85 85
86We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, 86We can't build a FOSS video streaming alternative to YouTube, Dailymotion,
87Vimeo... with a centralized software. One organization alone may not have 87Vimeo... with centralized software. One organization alone may not have
88enough money to pay for bandwidth and video storage of its servers. 88enough money to pay for bandwidth and video storage of its servers.
89 89
90So we need to have a decentralized network of servers seeding videos (as 90So 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...).