Skip to content

Commit 7ab1ad2

Browse files
committed
document the old name
1 parent c1a2bef commit 7ab1ad2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cannot be parsed as a relative time.
8080
The `from_str` function returns:
8181

8282
- `Ok(DateTime<FixedOffset>)` - If the input string can be prsed as a datetime
83-
- `Err(ParseDurationError::InvalidInput)` - If the input string cannot be parsed
83+
- `Err(ParseDurationError::InvalidInput)` - If the input string cannot be parsed
8484

8585
## Fuzzer
8686

@@ -92,3 +92,8 @@ $ cargo fuzz run fuzz_from_str
9292
## License
9393

9494
This project is licensed under the [MIT License](LICENSE).
95+
96+
## Note
97+
98+
At some point, this crate was called humantime_to_duration.
99+
It has been renamed to cover more cases.

0 commit comments

Comments
 (0)