Added some example output to README.rst

This commit is contained in:
RussellBallestrini 2013-01-08 22:19:20 -05:00
parent e0d0c40e05
commit 3968b4ea23

View file

@ -1,4 +1,4 @@
How to install
Installation
===================
There are a number of ways to install this package::
@ -10,6 +10,22 @@ There are a number of ways to install this package::
or specify *ago* under the *setup_requires* list within your
*setuptools*-compatible project's *setup.py* file.
What are human readable timedeltas?
========================================
ago.py makes customizable human readable timedeltas, for example:
Testing past::
Russell commented 1 year, 127 days, 16 hours ago
You replied 1 year, 127 days ago
Testing future::
Program will shutdown in 2 days, 3 hours, 27 minutes
Job will run 2 days, 3 hours from now
How to use
==================