aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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...).