From 1de260f966bbc08c6f31480ac379fb192d4f7b9e Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:07:15 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```