* ```show image 12``` will show the image in tweet with *[id=12]* in your OS's image viewer.
-* ```ls fl```will list all your followers (people who is following you).
+* ```ls fl```will list all your followers (people who are following you).
* ```ls fr```will list all your friends (people who you are following).
\r
.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat\r
:target: https://pypi.python.org/pypi/rainbowstream\r
- \r
+\r
.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat\r
:target: https://pypi.python.org/pypi/rainbowstream\r
\r
\r
- ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer.\r
\r
-- ``ls fl`` will list all your followers (people who is following you).\r
+- ``ls fl`` will list all your followers (people who are following you).\r
\r
- ``ls fr`` will list all your friends (people who you are following).\r
\r
yellow('[id=12]') + ' in your OS\'s image viewer.\n'
usage += s * 2 + \
green('ls fl') + \
- ' will list all followers (people who is following you).\n'
+ ' will list all followers (people who are following you).\n'
usage += s * 2 + \
green('ls fr') + \
' will list all friends (people who you are following).\n'