From cc668974b6cc2e36a550a99146fe7265dd55913e Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Sun, 18 Dec 2016 16:03:35 +0800 Subject: [PATCH 1/2] Fix typos --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7a25374..3ccc8bc 100644 --- a/README.rst +++ b/README.rst @@ -61,9 +61,9 @@ Behold, datetimes for humans! - Complete symmetric import and export of both ISO 8601 and RFC 2822 datetime stamps. - Fantastic parsing of both dates written for/by humans and machines (``maya.when()`` vs ``maya.parse()``). - Support for human slang, both import and export (e.g. `an hour ago`). -- Datetimes can very easily be generated, with our without tzinfo attached. +- Datetimes can very easily be generated, with or without tzinfo attached. - This library is based around epoch time, but dates before Jan 1 1970 are indeed supported, via negative integers. -- Maya never panics, and always carrys a towel. +- Maya never panics, and always carries a towel. ☤ Installing Maya ----------------- From 7ae84f3266fd7a9c4f0ab1de441662137a2c4fa8 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Sun, 18 Dec 2016 16:04:23 +0800 Subject: [PATCH 2/2] Add pip install instruction --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3ccc8bc..4228c76 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,9 @@ Behold, datetimes for humans! ☤ Installing Maya ----------------- -Maya hasn't been released yet, but will be very soon! +.. code-block:: bash + + pip install maya ✨🍰✨