summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-01-25 23:20:37 -0500
committerDan Halbert <halbert@halwitz.org>2021-01-25 23:20:37 -0500
commit0ba49d7303ef40abc73d281d1cfe867a6db3a748 (patch)
tree3a7a0db0dc8832ff8dc5e817ca2ec812d86fae8a /README.rst
parent5b4249e365f620f7732ff2079fe345eda5074cbf (diff)
typo; thanks @Neradoc
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 19992d284..f14cf41ff 100644
--- a/README.rst
+++ b/README.rst
@@ -125,7 +125,7 @@ Behavior
get back into normal mode.
- RGB status LED indicating CircuitPython state, and errors through a sequence of colored flashes.
- Re-runs ``code.py`` or other main file after file system writes over USB mass storage. (Disable with
- ``samd.disable_autoreload()``)
+ ``supervisor.disable_autoreload()``)
- Entering the REPL after the main code is finished requires a key press which enters the REPL and
disables autoreload.
- Main is one of these: ``code.txt``, ``code.py``, ``main.py``,