Skip to content

Commit

Permalink
Specify node-jq in npx
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 24, 2023
1 parent e71650c commit d796a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ yarn add node-jq
You can use `jq` directly after installing it:

```bash
npx jq '.foo' package.json
npx node-jq '.foo' package.json
```

## Advanced installation
Expand Down

0 comments on commit d796a08

Please sign in to comment.