summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/introduction.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst
index af390ab..19a5e6e 100644
--- a/doc/source/introduction.rst
+++ b/doc/source/introduction.rst
@@ -300,19 +300,19 @@ OCRAM is recommended as default, but you may refer to :ref:`memory` for informat
.. code-block:: bash
- ./mqxboot hello.bin 0x3f000400 0x1f000411
+ mqxboot hello.bin 0x3f000400 0x1f000411
.. topic:: Loading to DRAM
.. code-block:: bash
- ./mqxboot hello.bin 0x8f000400 0x0f000411
+ mqxboot hello.bin 0x8f000400 0x0f000411
.. topic:: Loading to TCML
.. code-block:: bash
- ./mqxboot hello.bin 0x1f800400 0x1f800411
+ mqxboot hello.bin 0x1f800400 0x1f800411
.. _custom-config: