Switched order of intro and how to install in README

This commit is contained in:
RussellBallestrini 2013-01-08 22:23:26 -05:00
parent 3968b4ea23
commit daf089fd28

View file

@ -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
==================