diff --git a/README.md b/README.md index df807ef..f955b26 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ git clone https://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py ``` -### Just download (just like the way it was) +### Just download (Like the way it used to be) ```shell wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py diff --git a/README.rst b/README.rst index 7f3f82a..384f48e 100644 --- a/README.rst +++ b/README.rst @@ -33,8 +33,8 @@ or git clone https://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py -Just download (just like the way it was) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Just download (Like the way it used to be) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: diff --git a/setup.py b/setup.py index af14034..f7eade2 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ setuptools.setup( version='0.2.1', description=('Command line interface for testing internet bandwidth using ' 'speedtest.net'), + long_description=open('README.rst').read(), author='Matt Martz', author_email='matt@sivel.net', url='https://github.com/sivel/speedtest-cli',