README.md: adjust the doc to avoid the hardcoded version

This commit is contained in:
Sylvestre Ledru
2025-02-17 11:24:36 +01:00
parent d4384ceec9
commit 52dca03c56
+2 -3
View File
@@ -18,9 +18,8 @@ A Rust crate for parsing human-readable relative time strings and human-readable
Add this to your `Cargo.toml`:
```toml
[dependencies]
parse_datetime = "0.6.0"
```
cargo add parse_datetime
```
Then, import the crate and use the `parse_datetime_at_date` function: