From daf089fd28b52894c0939059fca5663e01b73124 Mon Sep 17 00:00:00 2001 From: RussellBallestrini Date: Tue, 8 Jan 2013 22:23:26 -0500 Subject: [PATCH] Switched order of intro and how to install in README --- README.rst | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) 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 ==================