Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Dec 12, 2014
1 parent d25fa4a commit d6e2906
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies up to date a breeze.
Installation
--------------

```
```sh
npm install -g npm-check-updates
```

Expand Down Expand Up @@ -65,12 +65,11 @@ Options
--------------
-d, --dev check only devDependencies
-h, --help output usage information
-f, --filter <packages> list or regex of package names to search
(all others will be ignored)
-g, --global check global packages instead of in the current
project
-p, --prod check only dependencies (not devDependencies)
-s, --silent don't output anything
-f, --filter <packages> list or regex of package names to search (all others
will be ignored)
-g, --global check global packages instead of in the current project
-p, --prod check only dependencies (not devDependencies) don't

This comment has been minimized.

Copy link
@Nibbler999

Nibbler999 Jan 19, 2015

"don't" should be on the next line

-s, --silent output anything
-u, --upgrade upgrade package.json dependencies to match latest
versions (maintaining existing policy)
-V, --version output the version number
Expand Down Expand Up @@ -119,4 +118,5 @@ Problems?
--------------
Please [file an issue on github](https://github.com/tjunnone/npm-check-updates/issues).
Pull requests are welcome :)

0 comments on commit d6e2906

Please sign in to comment.