aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-11-27 17:30:46 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-11-27 19:43:01 +0100
commita2431b7dcbc72c05101dcdbe631ff84a823aeb51 (patch)
tree09278a822905622a70ff976a75e09d99bc45639a /support
parentfcaf1e0aa84213a1b1f1b1a44a3276eae35ebe70 (diff)
downloadPeerTube-a2431b7dcbc72c05101dcdbe631ff84a823aeb51.tar.gz
PeerTube-a2431b7dcbc72c05101dcdbe631ff84a823aeb51.tar.zst
PeerTube-a2431b7dcbc72c05101dcdbe631ff84a823aeb51.zip
Refractor validators
Diffstat (limited to 'support')
-rw-r--r--support/doc/server/code.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/server/code.md b/support/doc/server/code.md
index f0ed62acc..7233eaf5b 100644
--- a/support/doc/server/code.md
+++ b/support/doc/server/code.md
@@ -55,10 +55,10 @@ If you want to test the decentralization feature, you can easily run 3 instances
55 55
56The server is composed by: 56The server is composed by:
57 57
58 * a REST API (throught Express framework) 58 * a REST API (Express framework)
59 * a WebTorrent Tracker 59 * a WebTorrent Tracker
60 60
61A video is seeded by the server throught the [WebSeed](http://www.bittorrent.org/beps/bep_0019.html) protocol (HTTP). 61A video is seeded by the server with the [WebSeed](http://www.bittorrent.org/beps/bep_0019.html) protocol (HTTP).
62 62
63![Architecture scheme](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/upload-video.png) 63![Architecture scheme](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/upload-video.png)
64 64