From 58d3a090ba298bb765f6abbdc5efbbd331d52d59 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 14 Jan 2018 15:10:14 +0330 Subject: [PATCH] chore: README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e953845..273503d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ humandate --------- -Parse human-readable dates in Python. +Parse human-readable dates in Python in arbitrary strings. Usage ----- +Install using `pip`: + +``` +pip install humandate + +``` + +Use the `parse_date` function: + ```python from humandate import parse_date