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!