Skip to content

Commit

Permalink
readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
edwmurph committed Jan 10, 2022
1 parent fc519bc commit 551d6df
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ Features:

# Usage

## `npx`

```
npx upgrade-deps
```

```
Usage: cli [options]
Expand All @@ -30,7 +24,13 @@ Options:
-h, --help display help for command
```

## global install
## npx

```
npx upgrade-deps
```

## Global Install

```
npm install -g upgrade-deps
Expand All @@ -42,7 +42,7 @@ and then just:
upgrade-deps
```

## local install
## Local Install

```
npm install --save-dev upgrade-deps
Expand Down

0 comments on commit 551d6df

Please sign in to comment.