From feaf6d62e33fcc39a2b8b9867ed3b3ee896a9ef5 Mon Sep 17 00:00:00 2001 From: - - <adrien-cccamp@pachkoff.com> Date: Thu, 17 Aug 2023 06:35:15 +0000 Subject: [PATCH] Fix a typo in README.md --- python_payload/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_payload/README.md b/python_payload/README.md index b312997971..47cbcfeffa 100644 --- a/python_payload/README.md +++ b/python_payload/README.md @@ -5,7 +5,7 @@ These are the sources for the Python part of st3m, which implements the core fun You're either seeing this in our git repository (in `python_payload`) or on a badge itself (in `/flash/sys`). -On the badge, these files are required for the badge to function, and are extracted on first startup. You can edit these to your heart's conent, but this generally shouldn't be necessary. +On the badge, these files are required for the badge to function, and are extracted on first startup. You can edit these to your heart's content, but this generally shouldn't be necessary. If you break something, the badge will probably not boot. In this case, start it in recovery mode and remove the `sys` directory fully. This will cause the badge to re-extract the files on next startup. -- GitLab