aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-21 11:56:38 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-21 11:56:38 +0200
commitd31910dd36b9aa0a2d1b569972fd178f032bae17 (patch)
treeab3d1a39daf4c1c49b7950c6e7b2b159787ab69c /README.md
parent224740ac4092c46f0c3672c3790b581a2f9bcfc3 (diff)
downloadPeerTube-d31910dd36b9aa0a2d1b569972fd178f032bae17.tar.gz
PeerTube-d31910dd36b9aa0a2d1b569972fd178f032bae17.tar.zst
PeerTube-d31910dd36b9aa0a2d1b569972fd178f032bae17.zip
Center the README screenshot
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index 19c277977..e089954c8 100644
--- a/README.md
+++ b/README.md
@@ -41,14 +41,18 @@ Prototype of a decentralized video streaming platform using P2P (bittorrent) dir
41 <img src="https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg" alt="Code climate" /> 41 <img src="https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg" alt="Code climate" />
42 </a> 42 </a>
43 43
44 <br /> 44 <a href="http://standardjs.com/">
45 45 <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
46 <a href="https://github.com/feross/standard">
47 <img src="https://cdn.rawgit.com/feross/standard/master/badge.svg" alt="js-standard-style" />
48 </a> 46 </a>
49</p> 47</p>
50 48
51![screenshot](https://lutim.cpy.re/vC2loRww) 49<br />
50
51<p align="center">
52 <a href="http://peertube.cpy.re">
53 <img src="https://lutim.cpy.re/vC2loRww" alt="screenshot" />
54 </a>
55</p>
52 56
53## Demonstration 57## Demonstration
54 58
@@ -205,5 +209,5 @@ Here are some simple schemes:
205 209
206### Frontend 210### Frontend
207 211
208There is already a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). 212There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...).
209The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI. 213The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI.