From 9419afb49ef147acf30df09a9c122df7ed5dd2f2 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 2 Oct 2024 15:25:49 +0200 Subject: [PATCH] typo in display readme --- display/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display/README.md b/display/README.md index 559bf7d..bd5f6e4 100644 --- a/display/README.md +++ b/display/README.md @@ -43,7 +43,7 @@ probe-rs download --verify --format hex --chip nRF52840_xxAA ./s140_nrf52_7.3.0_ ## Running -Verify that the microcontrolleris recognized by running `probe-rs list`. +Verify that the microcontroller is recognized by running `probe-rs list`. A simple `cargo run` will then connect to it and upload the code. Logging output should be visible.