aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-06-20 18:52:57 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-06-20 19:03:49 +0200
commita988e81c0e5faf0be58d303448659e9697c40901 (patch)
tree2fa98d36db1d8d1b42cd3a34f341489e796f9b04
parent154898b0b7bc1af41fc5a94974e338a3590c90f3 (diff)
downloadPeerTube-a988e81c0e5faf0be58d303448659e9697c40901.tar.gz
PeerTube-a988e81c0e5faf0be58d303448659e9697c40901.tar.zst
PeerTube-a988e81c0e5faf0be58d303448659e9697c40901.zip
Update README schemas
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ff62f2123..d7220b39f 100644
--- a/README.md
+++ b/README.md
@@ -251,19 +251,19 @@ Here are some simple schemes:
251 251
252<p align="center"> 252<p align="center">
253 253
254<img src="https://lutim.cpy.re/isWwz8tt" alt="Decentralized" /> 254<img src="https://lutim.cpy.re/6Qut3ure.png" alt="Decentralized" />
255 255
256<img src="https://lutim.cpy.re/VLheltQk" alt="Watch a video" /> 256<img src="https://lutim.cpy.re/NvRAcv6U.png" alt="Watch a video" />
257 257
258<img src="https://lutim.cpy.re/worHQwKv" alt="Watch a P2P video" /> 258<img src="https://lutim.cpy.re/pqKm3Q5S.png" alt="Watch a P2P video" />
259 259
260<img src="https://lutim.cpy.re/MyeS4q1g" alt="Join a network" /> 260<img src="https://lutim.cpy.re/wWVuczBz.png" alt="Join a network" />
261 261
262<img src="https://lutim.cpy.re/PqpTTzdP" alt="Many networks" /> 262<img src="https://lutim.cpy.re/AMo3uP0D.png" alt="Many networks" />
263 263
264</p> 264</p>
265 265
266### Frontend 266### Frontend
267 267
268There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). 268There already is a frontend (Angular) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...).
269The backend uses BitTorrent protocol, so users could use their favorite BitTorrent client to download/play the video with its torrent URI. 269The backend uses BitTorrent protocol, so users could use their favorite BitTorrent client to download/play the video with its torrent URI.