diff options
| author | TG-Techie <39284876+TG-Techie@users.noreply.github.com> | 2019-05-15 21:22:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-15 21:22:40 -0400 |
| commit | 0d64ddaf8473854f3057786bd48b0e4850eef17a (patch) | |
| tree | b4c6db7bae389e7dad8593f01ef3ded0812c1e1d /README.rst | |
| parent | bd69212a194849fd2d8d025ceaa4ecc0117753cc (diff) | |
fixing showing rst tags
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 53ac4cbcd..5cfae1aec 100644 --- a/README.rst +++ b/README.rst @@ -131,9 +131,9 @@ Behavior ``samd.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``, +- Main is one of these: ``code.txt``, ``code.py``, ``main.py``, ``main.txt`` -- Boot is one of these: ``settings.txt``, ``settings.py``, **``boot.py``**, +- Boot is one of these: ``settings.txt``, ``settings.py``, ``boot.py``, ``boot.txt`` API |
