From 837d3bcdbb87af69d13cb799a137ad88ee015538 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 29 Jun 2023 14:43:31 +0200 Subject: [PATCH] embassy-boot/nrf/README.md: typo fix --- embassy-boot/nrf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-boot/nrf/README.md b/embassy-boot/nrf/README.md index 7ce3c702..fe581823 100644 --- a/embassy-boot/nrf/README.md +++ b/embassy-boot/nrf/README.md @@ -6,7 +6,7 @@ An adaptation of `embassy-boot` for nRF. ## Features -* Load applications with our without the softdevice. +* Load applications with or without the softdevice. * Configure bootloader partitions based on linker script. * Using watchdog timer to detect application failure.