diff options
author | Bigard Florian <florian.bigard@gmail.com> | 2016-04-30 13:11:46 +0200 |
---|---|---|
committer | Bigard Florian <florian.bigard@gmail.com> | 2016-04-30 13:11:46 +0200 |
commit | 81b005a70c4b544c0933482418c4ba1686bf6c30 (patch) | |
tree | 02d4e19ba4ec3a9b2477a09bd2133a5ce3849217 | |
parent | 031bde86e3a22f779d6ee8d50e4baaa4c008d487 (diff) | |
download | PeerTube-81b005a70c4b544c0933482418c4ba1686bf6c30.tar.gz PeerTube-81b005a70c4b544c0933482418c4ba1686bf6c30.tar.zst PeerTube-81b005a70c4b544c0933482418c4ba1686bf6c30.zip |
Small visual change for badge dependencies
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,12 +1,14 @@ | |||
1 | # PeerTube | 1 | # PeerTube |
2 | 2 | ||
3 | *Server* | 3 | *Server* |
4 | |||
4 | [![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube) | 5 | [![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube) |
5 | [![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube) | 6 | [![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube) |
6 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg)](https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies) | 7 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg)](https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies) |
7 | [![Code climate](https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg)](https://codeclimate.com/github/Chocobozzz/PeerTube) | 8 | [![Code climate](https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg)](https://codeclimate.com/github/Chocobozzz/PeerTube) |
8 | 9 | ||
9 | *Client* | 10 | *Client* |
11 | |||
10 | [![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client) | 12 | [![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client) |
11 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies) | 13 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies) |
12 | 14 | ||