diff --git a/README.md b/README.md index fbccb64..7fc129a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ pip install --require-hashes --no-cache-dir -r requirements.txt **Run a project (interactive-mode):** ```bash -make run_it project_name= +make run-it PROJECT_NAME= ``` **Run a project (cli-mode):** @@ -128,7 +128,7 @@ make build **Run a project (interactive-mode):** ```bash -make run_it project_name= +make run-it PROJECT_NAME= ``` **Run a project (cli-mode):** ```bash @@ -285,7 +285,7 @@ Interactive mode prompts the user for inputs interactively, rather than requirin To start a project in interactive mode, use the following command: ```sh -make run_it PROJECT_NAME= +make run-it PROJECT_NAME= ``` Ensure you have set up the project and provided the necessary project name.