Added element to listen matrix thing
[rainbowstream.git] / README.rst
index b1f6fdb55019a4ced4fb3a15ccd8495c505ef755..4dafa8572e64640b3f248e84f3beadc1ea854c93 100644 (file)
@@ -1,10 +1,10 @@
 Rainbow Stream\r
 --------------\r
 \r
-.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat\r
-   :target: https://pypi.python.org/pypi/rainbowstream\r
+.. image:: http://img.shields.io/pypi/l/rainbowstream.svg?style=flat-square\r
+   :target: https://github.com/DTVD/rainbowstream/blob/master/LICENSE.txt\r
 \r
-.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat\r
+.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat-square\r
    :target: https://pypi.python.org/pypi/rainbowstream\r
 \r
 Terminal-based Twitter Client. Realtime tweetstream, compose, search ,\r
@@ -13,6 +13,9 @@ favorite … and much more fun directly from terminal.
 This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_,\r
 can run on Python 2.7.x and 3.x .\r
 \r
+Home page : http://www.rainbowstream.org/\r
+\r
+Source code : https://github.com/DTVD/rainbowstream\r
 \r
 Showcase\r
 --------\r
@@ -42,7 +45,7 @@ Use `virtualenv`_
 .. code:: bash\r
 \r
     virtualenv venv\r
-    # Python 3 users : use -p to specify your Python 3 localtion as below\r
+    # Python 3 users : use -p to specify your Python 3 location as below\r
     # virtualenv -p /usr/bin/python3 venv\r
     source venv/bin/activate\r
     pip install rainbowstream\r
@@ -55,7 +58,7 @@ For debian-based distros, these can be installed with
 \r
 .. code:: bash\r
 \r
-    sudo apt-get install python-dev libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev\r
+    sudo apt-get install python-dev libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev\r
 \r
 Besides, Mac OSX Maverick with Xcode 5.1 has a well-known `clang unknown argument`_ problem with\r
 the ``Pillow`` package installation - a dependency of this app.\r
@@ -158,7 +161,7 @@ Theme’s screenshot:
 .. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/larapaste.png\r
    :alt: larapaste\r
 \r
-For detaile information, see `theme usage and customization`_.\r
+For detail information, see `theme usage and customization`_.\r
 \r
 \r
 Bug and feature requests\r