From 0c0a054f7082061b05a919ea1e938a24080bb8c4 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 17 Feb 2025 14:51:34 +0100 Subject: [PATCH] README.md: fix incorrect sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8895f43..5a0e0df 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A Rust crate for parsing human-readable relative time strings and human-readable ## Usage -Add this to your `Cargo.toml`: +Add `parse_datetime` to your `Cargo.toml` with: ``` cargo add parse_datetime