diff --git a/README.md b/README.md index 4fd0394bd..e156393c6 100644 --- a/README.md +++ b/README.md @@ -246,9 +246,9 @@ Simplified Kompute Components ## Build Overview -The build system provided is CMAKE which allows for cross platform builds. Below is a brief overview of the build system. +The build system provided is `cmake` which allows for cross platform builds. Below is a brief overview of the build system. -### CMAKE parameters +### Build parameters (cmake) The recommended approach to build the project is as out-of-source build in the `build` folder. This project comes with a `Makefile` that provides a set of commands that help with developer workflows. You can see some of the commands if you want to add some of the more advanced commands.