Commit aeb9327
committed
fix(docs): correct npx invocation for niftycli-mcp in README
npx niftycli-mcp 404s since niftycli-mcp isn't its own package, and
npx niftycli niftycli-mcp (without -p) runs the wrong bin. Use
npx -p niftycli niftycli-mcp, verified against the published package.1 parent 2f9628e commit aeb9327
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | | - | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| |||
0 commit comments