From 7ab1ad2f0e491e8d52c8a9a6e4e7d10377cbcabb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 9 Jun 2023 13:43:04 +0200 Subject: [PATCH] document the old name --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d2447..a53b38b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ cannot be parsed as a relative time. The `from_str` function returns: - `Ok(DateTime)` - If the input string can be prsed as a datetime -- `Err(ParseDurationError::InvalidInput)` - If the input string cannot be parsed +- `Err(ParseDurationError::InvalidInput)` - If the input string cannot be parsed ## Fuzzer @@ -92,3 +92,8 @@ $ cargo fuzz run fuzz_from_str ## License This project is licensed under the [MIT License](LICENSE). + +## Note + +At some point, this crate was called humantime_to_duration. +It has been renamed to cover more cases.