diff --git a/Firmware/README.md b/Firmware/README.md
index 15493d1f..2663138e 100644
--- a/Firmware/README.md
+++ b/Firmware/README.md
@@ -67,7 +67,7 @@ To get good performance you need to tune the ODrive after flashing.
The general configuration procedure goes like this:
1. Launch `./tools/explore_odrive.py`. This will give you a command prompt where you can modify using simple assignments.
- 2. Configure parameters inside the `my_odrive.[...].config` objects. For example to adjust the position gain: `my_odrive.motor0.config.pos_gain = 30` Return
+ 2. Configure parameters inside the `my_odrive.[...].config` objects. For example to adjust the position gain: `my_odrive.motor0.config.pos_gain = 30` Enter
The complete list of configurable parameters is:
- `my_odrive.motorN.config.*`