Center the README screenshot
authorChocobozzz <florian.bigard@gmail.com>
Thu, 21 Jul 2016 09:56:38 +0000 (11:56 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 21 Jul 2016 09:56:38 +0000 (11:56 +0200)
README.md

index 19c277977389d8fc91d9971a5a3973ecfc28e27d..e089954c847b1731cc51b1367e83944f4d3dbc64 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,14 +41,18 @@ Prototype of a decentralized video streaming platform using P2P (bittorrent) dir
     <img src="https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg" alt="Code climate" />
   </a>
 
-  <br />
-
-  <a href="https://github.com/feross/standard">
-    <img src="https://cdn.rawgit.com/feross/standard/master/badge.svg" alt="js-standard-style" />
+  <a href="http://standardjs.com/">
+    <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
   </a>
 </p>
 
-![screenshot](https://lutim.cpy.re/vC2loRww)
+<br />
+
+<p align="center">
+  <a href="http://peertube.cpy.re">
+    <img src="https://lutim.cpy.re/vC2loRww" alt="screenshot" />
+  </a>
+</p>
 
 ## Demonstration
 
@@ -205,5 +209,5 @@ Here are some simple schemes:
 
 ### Frontend
 
-There is already a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...).
+There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...).
 The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI.