From cb47d7c31a3f28eaa08fe936d0bd58b7a7ab738a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 9 Apr 2024 21:13:57 -0700 Subject: [PATCH] Reword no-std documentation change from PR 343 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 055ebab..4106dcb 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ anyhow = "1.0" ## No-std support -In no_std mode, the same API is almost entirely available and works the same -way. To depend on Anyhow in no_std mode, disable our default enabled "std" -feature in Cargo.toml. A global allocator is required. +In no_std mode, almost all of the same API is available and works the same way. +To depend on Anyhow in no_std mode, disable our default enabled "std" feature in +Cargo.toml. A global allocator is required. ```toml [dependencies]