From ad6e8c7f0fa15a6fd5ac1091c57f567203fb917c Mon Sep 17 00:00:00 2001 From: Andres <60677720+AndresDevvv@users.noreply.github.com> Date: Sun, 11 May 2025 07:33:54 -0400 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9708c43..5cbb377 100644 --- a/readme.md +++ b/readme.md @@ -115,8 +115,8 @@ Tidal-DL/ ├── node_modules/ # Project dependencies (created by `npm install`) ├── v2/ # Core logic modules │ ├── login.mjs # Handles Tidal authentication & session management -│ ├── music.js # Logic for music track downloads -│ └── video.js # Logic for music video downloads +│ ├── music.mjs # Logic for music track downloads +│ └── video.mjs # Logic for music video downloads ├── .gitignore # Specifies intentionally untracked files for Git ├── package-lock.json # Records exact versions of installed dependencies ├── package.json # Project metadata and list of dependencies @@ -142,4 +142,4 @@ A copy of the AGPL-3.0 license is included in the file `LICENSE` in the root of --- -Happy Downloading! \ No newline at end of file +Happy Downloading!