Skip to content

Commit f5c9fa1

Browse files
authored
docs(README): update install instructions
recent versions of npm save packages to `package.json` by default. The `--save` flag is not required anymore.
1 parent 45c8cdc commit f5c9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The newest API these components depend on is the [FileReader API](https://canius
103103
# Installation
104104

105105
```bash
106-
npm install --save vue-qrcode-reader
106+
npm install vue-qrcode-reader
107107
```
108108
or with Yarn:
109109

0 commit comments

Comments
 (0)