README: remove typo

This commit is contained in:
Matthew Leach
2025-11-21 07:58:05 +00:00
parent b8a4f29694
commit c10468346b

View File

@@ -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