From a2431b7dcbc72c05101dcdbe631ff84a823aeb51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Nov 2017 17:30:46 +0100 Subject: Refractor validators --- support/doc/server/code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support') 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 The server is composed by: - * a REST API (throught Express framework) + * a REST API (Express framework) * a WebTorrent Tracker -A video is seeded by the server throught the [WebSeed](http://www.bittorrent.org/beps/bep_0019.html) protocol (HTTP). +A video is seeded by the server with the [WebSeed](http://www.bittorrent.org/beps/bep_0019.html) protocol (HTTP). ![Architecture scheme](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/upload-video.png) -- cgit v1.2.3