We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73cc5b commit 29cbce9Copy full SHA for 29cbce9
README.md
@@ -8,13 +8,13 @@
8
9
```bash
10
# npm
11
-npm install -g diffx
+npm install -g @jaydenfyi/diffx
12
13
# bun
14
-bun add -g diffx
+bun add -g @jaydenfyi/diffx
15
16
# no install
17
-npx diffx --help
+npx @jaydenfyi/diffx --help
18
```
19
20
### Most useful commands
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "diffx",
+ "name": "@jaydenfyi/diffx",
3
"version": "0.0.1",
4
"description": "A CLI tool for generating filtered Git diffs/patches with GitHub PR support",
5
"keywords": [
0 commit comments