Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
docs(npm): updating save flag from -S to --save (#638)
Browse files Browse the repository at this point in the history
Addresses #634

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
jeffchew and kodiakhq[bot] authored May 11, 2021
1 parent 5c8cc06 commit 154cca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To install `carbon-web-components` in your project, you will need to run the
following command using [npm](https://www.npmjs.com/):

```bash
npm install -S carbon-web-components carbon-components lit-html lit-element
npm install --save carbon-web-components carbon-components lit-html lit-element
```

If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
Expand Down
2 changes: 1 addition & 1 deletion docs/welcome-story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To install `carbon-web-components` in your project, you will need to run the
following command using [npm](https://www.npmjs.com/):

```bash
npm install -S carbon-web-components carbon-components lit-html lit-element
npm install --save carbon-web-components carbon-components lit-html lit-element
```

If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
Expand Down

0 comments on commit 154cca2

Please sign in to comment.