Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 2eff968

Browse files
marcoocrammartinlindhe
authored andcommitted
removed "-" from vue-i18n npm install instructions (#39)
1 parent 84e1dcc commit 2eff968

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
@@ -30,7 +30,7 @@ Next, you need to install one out of two supported VueJs i18n libraries. We supp
3030
When you go with the default option, you only need to install the library through your favorite package manager.
3131
### vue-i18n
3232
```
33-
npm -i --save vue-i18n
33+
npm i --save vue-i18n
3434
```
3535

3636
```

0 commit comments

Comments
 (0)