diff --git a/README.md b/README.md index 3561ba2..3103745 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ All-in-one scripts for Windows, macOS, Linux, and servers. ### Menu Launcher ``` -cmd /c "curl -L https://git.weektab.org/nexus/HyperCLI/raw/branch/main/HyperCLI.bat -o %TEMP%\HyperCLI.bat && start /wait %TEMP%\HyperCLI.bat & del %TEMP%\HyperCLI.bat" +cmd /c "curl -L https://git.weektab.org/nexus/HyperCLI/raw/branch/main/menu-launcher.bat -o %TEMP%\menu-launcher.bat && start /wait %TEMP%\menu-launcher.bat & del %TEMP%\menu-launcher.bat" ``` > [!NOTE]