From 52dca03c56be1e6df46dc3ea788432c7faf434fe Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 17 Feb 2025 11:24:36 +0100 Subject: [PATCH] README.md: adjust the doc to avoid the hardcoded version --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e52af2b..8895f43 100644 --- a/README.md +++ b/README.md @@ -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: