embassy-boot/nrf/README.md: typo fix

This commit is contained in:
Kaspar Schleiser 2023-06-29 14:43:31 +02:00 committed by GitHub
parent 9f50f34547
commit 837d3bcdbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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