Skip to content

Commit

Permalink
chore: readme improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
glicht committed Jul 21, 2018
1 parent 25b7701 commit 9b20719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ NPM Get Version
[![Coverage Status][coveralls-image]][coveralls-url]
[![Dependencies Status][david-image]][david-url]

Small utility to get the version of an npm package going back N versions from a specified tag. Can be used via command line or api. Will invoke `npm info` to get package information. Assumes npm executable is available (should be on the PATH).
Small utility to get the version of an npm package going back `N` versions from a specified tag. Can be used via command line or api. Will invoke `npm info` to get package information. Assumes npm executable is available (should be on the PATH).

Command line syntax for specifying desired package and version:
```
Expand Down

0 comments on commit 9b20719

Please sign in to comment.