diff --git a/README.rst b/README.rst index a14f94b..fa36852 100644 --- a/README.rst +++ b/README.rst @@ -73,6 +73,10 @@ Behold, datetimes for humans! >>> rand_day.timezone UTC + # Range of hours in a day: + >>> maya.interval(start=maya.now(), end=maya.now().add(days=1), interval=60*60) + + ☤ Why is this useful? ---------------------