From 80f8fdf8834d18de9d61d2fcb708ebd0fbe796aa Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 7 Jun 2023 15:01:25 +0200 Subject: [PATCH] README: syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 885c1f3..2680073 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ assert_eq!( ``` For DateTime parsing, import the `parse_datetime` module: -``` +```rs use humantime_to_duration::parse_datetime::from_str; use chrono::{Local, TimeZone};