From 149e15480d595f40ff0d96b5c1d739931409b87e Mon Sep 17 00:00:00 2001 From: Ole Odendahl Date: Sun, 23 Oct 2022 19:00:57 +0200 Subject: [PATCH] Fixed typo in readme and changed meaning of the sentence to better reflect the actual situation. --- flashing/pyocd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashing/pyocd/README.md b/flashing/pyocd/README.md index 296d50f..a8e99b2 100644 --- a/flashing/pyocd/README.md +++ b/flashing/pyocd/README.md @@ -6,7 +6,7 @@ This is a different approach to flash the firmware on the b-parasites. It is com (Based on the discussion in issue #67) -The instructions will probably differ alot depending on your debugging probe and hardware setup. +The instructions will probably differ slightly depending on your debugging probe and hardware setup. The setup is fairly straightforward and documented in the `pyocd` [docs](https://pyocd.io/).