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