Update migrating-from-v3 README typo (#4746)

Changed `--sav-dev` to `--save-dev`
This commit is contained in:
Sean G. Wright
2019-10-25 04:04:27 -04:00
committed by Haoqun Jiang
parent 17925c6ae6
commit ae111393f2
+1 -1
View File
@@ -224,7 +224,7 @@ It now requires `eslint`, `eslint-plugin-prettier` and `prettier` as peer depend
For older projects, if you encountered issues like `Cannot find module: eslint-plugin-prettier`, please run the following command to fix it:
```sh
npm install --sav-dev eslint@5 @vue/eslint-config-prettier@5 eslint-plugin-prettier prettier
npm install --save-dev eslint@5 @vue/eslint-config-prettier@5 eslint-plugin-prettier prettier
```
------