diff --git a/README.md b/README.md index bfa53f7..78cd75d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The project creation process differs somewhat from creating a standard MX projec ### Code generation / IOC Update -After project creation of after modifying the IOC, code generation needs to be invoked. Assuming Cube MX is open with the relevant IOC: +After project creation or after modifying the IOC, code generation needs to be invoked. Assuming Cube MX is open with the relevant IOC: 1. Save the project and press 'Generate Code'. Any existing code will be **deleted**, and the new code will be placed in the previously created CubeMX folder. 1. In a terminal, navigate to the ROOT folder and run `mx-convert cubemx`. This will ask for confirmation to delete files and generate the CMakeLists.txt files.