From 6ba5e1d345d331835c223043e1428ce1ba044a09 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 13 Sep 2023 19:03:08 +0530 Subject: [PATCH] chore(README): use note block --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6795609..72ea216 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ let dt = FixedOffset::east_opt(34200) println!("{}", dt.formatl("%c", "fr")); ``` -All of [chrono's formatting placeholders](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) -work except for `%3f`, `%6f` and `%9f` (but `%.3f`, `%.6f` and `%.9f` work normally). +> **Warning** +> All of [chrono's formatting placeholders](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) work except for `%3f`, `%6f` and `%9f` (but `%.3f`, `%.6f` and `%.9f` work normally).