summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErnie Hershey <github@ernie.org>2020-11-27 12:07:49 -0500
committerGitHub <noreply@github.com>2020-11-27 12:07:49 -0500
commit3cde6c3fdc46e3641748d5be25c9ee03a2528a64 (patch)
tree0083557e58f6bcebaf5b974f95ce3df31b2fefe7 /README.rst
parent7923aa0a6283b2d39c59c013b3aa763dbae35f47 (diff)
README typos
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d21e8d8d3..19992d284 100644
--- a/README.rst
+++ b/README.rst
@@ -114,14 +114,14 @@ Behavior
finishes or is interrupted. After it is done running, the vm and
hardware is reinitialized. **This means you cannot read state from**
``code.py`` **in the REPL anymore.** CircuitPython's goal for this
- change includes reduce confusion about pins and memory being used.
+ change includes reducing confusion about pins and memory being used.
- After ``code.py`` the REPL can be entered by pressing any key. It no
longer shares state with ``code.py`` so it is a fresh vm.
- Autoreload state will be maintained across reload.
- Adds a safe mode that does not run user code after a hard crash or
brown out. The hope is that this will make it easier to fix code that
causes nasty crashes by making it available through mass storage
- after the crash. A reset (the button) is needed after its fixed to
+ after the crash. A reset (the button) is needed after it's fixed to
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