Update README.md

This commit is contained in:
Michael Lazar
2017-09-07 00:25:02 -04:00
committed by GitHub
parent ecf52e6d7a
commit e5f2f776ea

View File

@@ -11,11 +11,23 @@ RTV is built in **python** using the **curses** library.
--- ---
[![pypi](https://img.shields.io/pypi/v/rtv.svg?label=version)](https://pypi.python.org/pypi/rtv/) <p align="center">
[![python](https://img.shields.io/badge/python-2.7%2C%203.6-blue.svg)](https://pypi.python.org/pypi/rtv/) <a href="https://pypi.python.org/pypi/rtv/">
[![travis-ci](https://travis-ci.org/michael-lazar/rtv.svg?branch=master)](https://travis-ci.org/michael-lazar/rtv) <img alt="pypi" src="https://img.shields.io/pypi/v/rtv.svg?label=version"/>
[![coveralls](https://coveralls.io/repos/michael-lazar/rtv/badge.svg?branch=master&service=github)](https://coveralls.io/github/michael-lazar/rtv?branch=master) </a>
[![gitter](https://img.shields.io/gitter/room/michael-lazar/rtv.js.svg)](https://gitter.im/michael-lazar/rtv) <a href="https://pypi.python.org/pypi/rtv/">
<img alt="python" src="https://img.shields.io/badge/python-2.7%2C%203.6-blue.svg"/>
</a>
<a href="https://travis-ci.org/michael-lazar/rtv">
<img alt="travis-ci" src="https://travis-ci.org/michael-lazar/rtv.svg?branch=master"/>
</a>
<a href="https://coveralls.io/github/michael-lazar/rtv?branch=master">
<img alt="coveralls" src="https://coveralls.io/repos/michael-lazar/rtv/badge.svg?branch=master&service=github"/>
</a>
<a href="https://gitter.im/michael-lazar/rtv">
<img alt="gitter" src="https://img.shields.io/gitter/room/michael-lazar/rtv.js.svg"/>
</a>
</p>
--- ---