From c6df24b9473da31c3cad1174cea1bd4086228566 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 13 Aug 2025 18:18:52 +0200 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 988a718..92a68fd 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ software and of ground software. It has support to make integration on `std` sys as possible, but also has sufficient abstraction to allow for integration on`no_std` environments and can be used on these systems as well as long as the `alloc` feature is activated. -Please note even though the `alloc` feature is required for the core handlers, these components -will only allocate memory at initialization time and thus are still viable for systems where -run-time allocation is prohibited. +Please note that even though the `alloc` feature is required for the core handlers, these +components will only allocate memory at initialization time and thus are still viable for systems +where run-time allocation is prohibited. ### Default features