From 5c612a0db7663f5a81b84c88969c2981510e31a6 Mon Sep 17 00:00:00 2001 From: baoyachi Date: Wed, 5 Jun 2024 01:12:04 +0800 Subject: [PATCH] update readme.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 385cbbf..2a37d03 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ ## Features: -* 🚀Strong compatibility, accommodating leading or trailing whitespaces in strings. -* 👍️Offers [Playground](https://baoyachi.github.io/duration-str/) support for online debugging. -* ⭐Integrated with the [serde](https://docs.rs/serde) library. -* 🎉Supports parsing of various `Duration` types: +* 🚀 Strong compatibility, accommodating leading or trailing whitespaces in strings. +* 👍️ Offers [Playground](https://baoyachi.github.io/duration-str/) support for online debugging. +* ⭐ Integrated with the [serde](https://docs.rs/serde) library. +* 🎉 Supports parsing of various `Duration` types: * https://doc.rust-lang.org/stable/std/time/struct.Duration.html * https://docs.rs/chrono/latest/chrono/struct.Duration.html * https://docs.rs/time/latest/time/struct.Duration.html -* 🔥Enables formatting of `Duration` into human-readable formats. -* 🍻Provides precise error localization for easy troubleshooting. -* ⚡ Compatible with WebAssembly (wasm). -* 🎨Adapts to the [humantime](https://docs.rs/humantime/latest/humantime) crate, despite its apparent lack of recent +* 🔥 Enables formatting of `Duration` into human-readable formats. +* 🍻 Provides precise error localization for easy troubleshooting. +* ⚡ Compatible with WebAssembly (wasm). +* 🎨 Adapts to the [humantime](https://docs.rs/humantime/latest/humantime) crate, despite its apparent lack of recent updates... ## Notice ⚠️