Skip to content

Commit c4b528a

Browse files
committed
chore: rename package to @solwarrior/x402-cli and update installation instructions in README
1 parent 1992838 commit c4b528a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
### Using npm
2929

3030
```bash
31-
npm install -g x402-cli
31+
npm install -g @solwarrior/x402-cli
3232
```
3333

3434
### Using npx (no installation required)
3535

3636
```bash
37-
npx x402-cli --help
37+
npx @solwarrior/x402-cli --help
3838
```
3939

4040
### From Source

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "x402-cli",
2+
"name": "@solwarrior/x402-cli",
33
"version": "0.1.0",
44
"description": "A professional CLI tool for simulating and testing Solana x402 payments (micropayments between agents and APIs)",
55
"main": "dist/cli.js",

0 commit comments

Comments
 (0)