dnx-ytdown 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,7 +19,7 @@ npm install -g .
19
19
 
20
20
  To publish and install from the registry, you would use:
21
21
  ```bash
22
- npm install -g ytdown
22
+ npm install -g dnx-ytdown
23
23
  ```
24
24
 
25
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dnx-ytdown",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A command-line tool to download YouTube videos, music, or playlists as MP4 or MP3.",
5
5
  "main": "index.js",
6
6
  "type": "module",