Skip to content

Commit 60877e7

Browse files
authored
Update README.md
1 parent 36ff0e7 commit 60877e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Take a look at this [cmake project](https://github.com/coderrect-inc/CloverLeaf_
2424
## Inputs
2525
- `buildCommand`
2626
- Default: `"make -j"`
27-
- Description: The command to build your project. For example, the task to build your whole project might be `make all` instead of `make`.
27+
- Description: The command to build your project. For example, the command to build your whole project might be `make all` instead of `make`.
2828
- `cleanCommand`
2929
- Default: `"make clean"`
3030
- Description: The command to clean your previous build. Coderrect need to capture the building process of your project for analysis, therefore if your have a test build before applying Coderrect, we need to clean your test build.

0 commit comments

Comments
 (0)