From 423f71faa064022158638226d3056265dbfb7167 Mon Sep 17 00:00:00 2001 From: JeremySze Date: Sun, 3 Dec 2023 02:53:46 +0800 Subject: [PATCH] fix: README.md typo (#322) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b47c8b..970abddf 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ fn main() { ## Building for Dev * Run the tests: `cargo test --all-features` -* Run the tests for windows with [cross](https://github.com/rust-embedded/cross): `cross test --target x86_64-pc-windows-gn` +* Run the tests for windows with [cross](https://github.com/rust-embedded/cross): `cross test --target x86_64-pc-windows-gnu` * Run the tests for all individual features: `./test.sh` * Run the tests for all individual features for windows with [cross](https://github.com/rust-embedded/cross): `./test.sh win`