Skip to content

Commit 29cbce9

Browse files
committed
rename to namespace
1 parent a73cc5b commit 29cbce9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
```bash
1010
# npm
11-
npm install -g diffx
11+
npm install -g @jaydenfyi/diffx
1212

1313
# bun
14-
bun add -g diffx
14+
bun add -g @jaydenfyi/diffx
1515

1616
# no install
17-
npx diffx --help
17+
npx @jaydenfyi/diffx --help
1818
```
1919

2020
### Most useful commands

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "diffx",
2+
"name": "@jaydenfyi/diffx",
33
"version": "0.0.1",
44
"description": "A CLI tool for generating filtered Git diffs/patches with GitHub PR support",
55
"keywords": [

0 commit comments

Comments
 (0)