Skip to content

Commit ba58b51

Browse files
authored
docs: Replace binary which with node-which in README.md (#97)
1 parent 048a0b3 commit ba58b51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ await which('node', { path: someOtherPath, pathExt: somePathExt })
3131

3232
## CLI USAGE
3333

34-
Same as the BSD `which(1)` binary.
34+
Just like the BSD `which(1)` binary but using `node-which`.
3535

3636
```
37-
usage: which [-as] program ...
37+
usage: node-which [-as] program ...
3838
```
3939

40+
You can learn more about why the binary is `node-which` and not `which`
41+
[here](https://github.com/npm/node-which/pull/67)
42+
4043
## OPTIONS
4144

4245
You may pass an options object as the second argument.

0 commit comments

Comments
 (0)