diff --git a/README.rst b/README.rst index e26e86c..88252f0 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Install using pip .. code-block:: bash - $ sudo pip install --pre rtv + $ sudo pip install rtv Or clone the repository @@ -46,8 +46,9 @@ RTV currently supports browsing both subreddits and individual submissions. In e **Global Commands** :``▲``/``▼`` or ``j``/``k``: Scroll to the prev/next item +:``a``/``z``: Upvote/downvote the selected item :``o``: Open the selected item in the default web browser -:``r`` or ``F5``: Refresh the current page +:``r``: Refresh the current page :``?``: Show the help message :``q``: Quit diff --git a/setup.py b/setup.py index d31b06a..eec8d18 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '1.0a9' +__version__ = '1.0' setup( name='rtv',