Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jul 4, 2019
1 parent 4924f1d commit e2cae54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Options:
Then you can do this wonderful requests in terminal
```bash
# get a single field, e.g. version
jora package.json version
jora version <package.json

# get all top level dependencies count
jora package.json '(.dependencies.keys() + .devDependencies.keys()).size()'
jora -i package.json -q '(.dependencies.keys() + .devDependencies.keys()).size()'

# find dublicated packages
npm ls --json | jora "
Expand Down

0 comments on commit e2cae54

Please sign in to comment.