From c10468346b1308479d783a0321904b6485524e17 Mon Sep 17 00:00:00 2001 From: Matthew Leach Date: Fri, 21 Nov 2025 07:58:05 +0000 Subject: [PATCH] README: remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40aca4b..6bfb287 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ cargo run --release ### Running the Test Suite Because `libkernel` is architecturally decoupled, you can run the logic tests on -your host machine: code Bash +your host machine: ``` bash cargo test -p libkernel --target x86_64-unknown-linux-gnu