Skip to content

Commit

Permalink
docs: remove --save option as it isn't required anymore (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemoser authored and bcoe committed Feb 19, 2019
1 parent 545c7f1 commit 14920d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,12 +31,12 @@ It gives you:

Stable version:
```bash
npm i yargs --save
npm i yargs
```

Bleeding edge version with the most recent features:
```bash
npm i yargs@next --save
npm i yargs@next
```

## Usage :
Expand Down

0 comments on commit 14920d1

Please sign in to comment.