api-response-manager 1.0.0 → 1.0.1
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Command-line interface for API Response Manager. Manage tunnels, webhooks, and p
|
|
|
6
6
|
|
|
7
7
|
### Option 1: Install from npm (Recommended)
|
|
8
8
|
```bash
|
|
9
|
-
npm install -g @arm/cli
|
|
9
|
+
npm install -g @vijaypurohit322-arm/cli
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
After installation, verify:
|
|
@@ -33,9 +33,9 @@ arm --version
|
|
|
33
33
|
|
|
34
34
|
### Option 3: Use with npx (No Installation)
|
|
35
35
|
```bash
|
|
36
|
-
npx @arm/cli login
|
|
37
|
-
npx @arm/cli tunnel 3000
|
|
38
|
-
npx @arm/cli webhook
|
|
36
|
+
npx @vijaypurohit322-arm/cli login
|
|
37
|
+
npx @vijaypurohit322-arm/cli tunnel 3000
|
|
38
|
+
npx @vijaypurohit322-arm/cli webhook
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
## Quick Start
|