Skip to content

Commit 38247cb

Browse files
SamCortopassiSunil Pai
authored and
Sunil Pai
committed
--save is no longer needed (#14302)
`--save` is on by default as of npm 5. `npm install create-subscription` is equivalent to `npm install --save create-subscription` now
1 parent 3f0bcaf commit 38247cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-subscription/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This abstraction can handle a variety of subscription types, including:
3636
yarn add create-subscription
3737

3838
# NPM
39-
npm install create-subscription --save
39+
npm install create-subscription
4040
```
4141

4242
# Usage

0 commit comments

Comments
 (0)