xtream-rust 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtream-rust",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Fast, lightweight, cross-platform IPTV player with Xtream Codes API support",
5
5
  "keywords": [
6
6
  "iptv",
package/readme.md CHANGED
@@ -5,7 +5,7 @@ A fast, lightweight, cross-platform IPTV player with Xtream Codes API support bu
5
5
  ![Platform](https://img.shields.io/badge/platform-Windows%20|%20Linux%20|%20macOS-blue)
6
6
  ![Language](https://img.shields.io/badge/language-Rust-orange)
7
7
  ![License](https://img.shields.io/badge/license-MIT-green)
8
- [![npm](https://img.shields.io/npm/v/@fanboynz/xtreme-iptv)](https://www.npmjs.com/package/@fanboynz/xtreme-iptv)
8
+ [![npm](https://img.shields.io/npm/v/xtream-rust)](https://www.npmjs.com/package/xtream-rust)
9
9
 
10
10
  ## Features
11
11
 
@@ -101,13 +101,13 @@ A fast, lightweight, cross-platform IPTV player with Xtream Codes API support bu
101
101
 
102
102
  ```bash
103
103
  # Global install
104
- npm install -g @fanboynz/xtreme-iptv
104
+ npm install -g xtream-rust
105
105
 
106
106
  # Run
107
107
  xtreme-iptv
108
108
 
109
109
  # Or run directly without installing
110
- npx @fanboynz/xtreme-iptv
110
+ npx xtream-rust
111
111
  ```
112
112
 
113
113
  ### Pre-built Binaries