diff --git a/README.md b/README.md index b7b0846..7508eb2 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,9 @@ modification_rules: ### Running the Script Run the script by providing the path to your YAML configuration file, using the following command: ```bash -python script.py +python customize-WebUI.py ``` -So for example: +So for example if config is in same folder: ```bash python customize-WebUI.py config.yaml ```