diff --git a/README.rst b/README.rst index 9ba2a8c..d1a6b74 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,5 @@ -Installation -=================== - -There are a number of ways to install this package:: - - easy_install ago - - pip install ago - -or specify *ago* under the *setup_requires* list within your -*setuptools*-compatible project's *setup.py* file. - -What are human readable timedeltas? -======================================== +What are human readable timedeltas? | ago.py +=============================================== ago.py makes customizable human readable timedeltas, for example: @@ -26,6 +14,19 @@ Testing future:: Job will run 2 days, 3 hours from now +How to install +=================== + +There are a number of ways to install this package:: + + easy_install ago + + pip install ago + +or specify *ago* under the *setup_requires* list within your +*setuptools*-compatible project's *setup.py* file. + + How to use ==================