diff options
-rw-r--r-- | README-hacking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README-hacking.md b/README-hacking.md index 8e88547..e92258d 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -564,7 +564,7 @@ First custom commit ```shell # On another terminal (go to top project directory) - $ project --check-config + $ ./project --check-config ``` - **Test the template**: Before making any changes, it is important to |