summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/samd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/samd/README.md b/ports/samd/README.md
index 49e967102..8a7f121b6 100644
--- a/ports/samd/README.md
+++ b/ports/samd/README.md
@@ -23,7 +23,7 @@ bytecode. The cross-compiler is built and run on the host machine, using:
$ make -C mpy-cross
This command should be executed from the root directory of this repository.
-All other commands below should be executed from the ports/stm32/ directory.
+All other commands below should be executed from the ports/samd/ directory.
An ARM compiler is required for the build, along with the associated binary
utilities. The default compiler is `arm-none-eabi-gcc`, which is available for