From e9e48974da78f13b9772a5c2d60fe3926874115a Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Wed, 20 Mar 2024 15:10:19 +0100 Subject: [PATCH] docs: Apply Markdown lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22979bd..935a064 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See [here](examples/simple.rs) for a usage example. You can run it locally with `cargo run --example simple`. Feel free to adjust it for exploring this crate further. -#### Features +### Features **std:** Functionalities that require `std`. This feature is enabled by default, set `no-default-features` to `true` if you want `no-std`.