From 5200922bfd06072776f51b1e3a03e3b0a163cd00 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 13 Sep 2023 19:04:10 +0530 Subject: [PATCH] chore(README): added note to the correct part --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1030ab6..aeee337 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,10 @@ Import the required modules into `lib.rs` or `main.rs`: use chrono::prelude::*; use chrono_lc::LocaleDate; ``` - -You can choose to import just parts of chrono instead of the whole prelude. -Please see ['`chrono`'s documentation](https://docs.rs/chrono/). - > **Note** -> To format a chrono `Date` or `DateTime` object, you can use the `formatl` method: +> You can choose to import just parts of chrono instead of the whole prelude. Please see ['`chrono`'s documentation](https://docs.rs/chrono/). + +To format a chrono `Date` or `DateTime` object, you can use the `formatl` method: ```rs let dt = FixedOffset::east_opt(34200)