diff --git a/README.md b/README.md index 0d0572d..706b48d 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ pipx install fonttools Simply place the script inside the directory containing the `.mkv` files you wish to process and run it. You can also place the script in your personal `bin` or `PATH` folder to run it from anywhere. ```bash -python cleanup_fonts.py -# If in your PATH, simply execute: cleanup_fonts.py +python subtitle_fonts_cleaner.py +# If in your PATH, simply execute: subtitle_fonts_cleaner.py ``` ### Folder Structure diff --git a/cleanup_fonts.py b/subtitle_fonts_cleaner.py similarity index 100% rename from cleanup_fonts.py rename to subtitle_fonts_cleaner.py