Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jun 21, 2017
1 parent 85caeef commit 680ac73
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 @@ -27,7 +27,7 @@ npm install -g updtr

### `--use` `-u`

Specify which updates you want to install:
Specify the package manager to use:

- `npm`
- `yarn`
Expand All @@ -42,7 +42,7 @@ Space separated list of module names that should not be updated.

- `latest` *(default)*: update all packages to the latest version number
- `non-breaking`: update all packages to the latest version number that does not conflict with the installed version number
- `wanted`: update all packages to the latest version number that does not conflict with the specified version number
- `wanted`: update all packages to the latest version number that does not conflict with the version number as specified in the `package.json`

### `--save` `-s`

Expand Down

0 comments on commit 680ac73

Please sign in to comment.