jukebox-media-server 0.2.0 → 0.4.0

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
@@ -35,13 +35,13 @@ npm install -g jukebox-media-server
35
35
  Or run it without installing:
36
36
 
37
37
  ```bash
38
- npx jukebox-media-server
38
+ npx jukebox-media-server@latest
39
39
  ```
40
40
 
41
41
  Using [Bun](https://bun.sh/)? It works too:
42
42
 
43
43
  ```bash
44
- bunx jukebox-media-server
44
+ bunx jukebox-media-server@latest
45
45
  ```
46
46
 
47
47
  ## Getting Started