From b90e328b376e6dcac351021046f3c62758d220c6 Mon Sep 17 00:00:00 2001 From: Krisztian <34309983+kr-t@users.noreply.github.com> Date: Tue, 26 May 2026 13:30:50 +0200 Subject: [PATCH] Fix Linux feature description in README Corrected wording in Linux feature description. Signed-off-by: Krisztian <34309983+kr-t@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03596b31..faca9d13 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Ocre supports a range of features depending on the platform. The table below sum | Interactive Shell | ✅ | ❌ | - **Zephyr**: Full feature set, including hardware integration and shell. -- **Linux**: Core runtime and multiple I/O features; hardware and shell features are not available. +- **Linux**: Core runtime and multiple I/O features. Hardware and shell features are not available. ---