From 8ab4f07bb9e346996db0ecc51b5fc3bcebd61ec1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 18 Dec 2016 01:37:05 -0500 Subject: [PATCH] slang_time in readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 3406bd7..c14f1fe 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,9 @@ Just playing with an API here: >>> tomorrow.slang_date() 'tomorrow' + >>> tomorrow.slang_time() + '23 hours from now' + >>> tomorrow.iso8601() '2016-12-16T15:11:30.263350Z'