From ce36aee99508ec11189787f93c7ff9b3f1023c87 Mon Sep 17 00:00:00 2001 From: justine Date: Mon, 27 Apr 2026 16:56:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a6075..3af1685 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A lightweight Python script that copies a music directory structure and automati 1. Open the script and update the `source` and `dest` paths at the top. 2. Run it: ```bash - python3 convert_music.py + python3 convert.py ``` ## How It Works