aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-22 11:53:55 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-22 11:53:55 +0200
commitf018f38e0dbb58d829a2ca33b38449056e451502 (patch)
tree2cab83ada7126f064015b9f605b381ad443df56b /README.md
parent6dde6a31e3dfb0298e3f7171b2f8ad9bab1f2370 (diff)
downloadPeerTube-f018f38e0dbb58d829a2ca33b38449056e451502.tar.gz
PeerTube-f018f38e0dbb58d829a2ca33b38449056e451502.tar.zst
PeerTube-f018f38e0dbb58d829a2ca33b38449056e451502.zip
Typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5911bc6d..1a3470711 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ See [ARCHITECTURE.md](https://github.com/Chocobozzz/PeerTube/blob/master/ARCHITE
189 * Each server of a network has a list of all other servers of this network 189 * Each server of a network has a list of all other servers of this network
190 * When a new installed server wants to join a network, it just has to get the servers list through a server that is already in the network and tell "Hi I'm new in the network, communicate with me and share me your servers list please". Then the server will "make friend" with each server of this list 190 * When a new installed server wants to join a network, it just has to get the servers list through a server that is already in the network and tell "Hi I'm new in the network, communicate with me and share me your servers list please". Then the server will "make friend" with each server of this list
191 * Each server has its own users who query it (search videos, where the torrent URI of this specific video is...) 191 * Each server has its own users who query it (search videos, where the torrent URI of this specific video is...)
192 * If an user upload a video, the server seeds it and sends the video informations (name, short description, torrent URI...) to each server of the network 192 * If a user upload a video, the server seeds it and sends the video informations (name, short description, torrent URI...) to each server of the network
193 * Each server has a RSA key to encrypt and sign communications with other servers 193 * Each server has a RSA key to encrypt and sign communications with other servers
194 * A server is a tracker responsible for all the videos uploaded in it 194 * A server is a tracker responsible for all the videos uploaded in it
195 * Even if nobody watches a video, it is seeded by the server where the video was uploaded 195 * Even if nobody watches a video, it is seeded by the server where the video was uploaded