From 10b6ee560eb75ac5a014f8dbaa0fe32455e7cea0 Mon Sep 17 00:00:00 2001 From: Kaaninchen <124433727+kaaninchen@users.noreply.github.com> Date: Sun, 23 Aug 2026 13:39:48 +0200 Subject: [PATCH] README: rename python run file to python file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c790bbd..2cfa9ae 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ but you can safely ignore this warning if you're fine with it. If not, I've created a tool which would help you to get the exact station name. You can use the tool by running ```sh -$ python run main.py stations +$ python main.py stations ``` Example output: @@ -164,7 +164,7 @@ Place the audio file of your desired station in [src/data/announcements](src/dat After you've set everything up, you're ready to start the bot! ```sh -$ python run main.py +$ python main.py ``` ## src/data