diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/server/code.md | 4 |
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 | ||
56 | The server is composed by: | 56 | The 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 | ||
61 | A video is seeded by the server throught the [WebSeed](http://www.bittorrent.org/beps/bep_0019.html) protocol (HTTP). | 61 | A 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 | ||