Browse Source

npm --save

Alexandru Bucur 8 years ago
parent
commit
09838e9fec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/installation.md

+ 1 - 1
docs/en/installation.md

@@ -18,7 +18,7 @@ Include `vuex` after Vue and it will install itself automatically:
 ### NPM
 
 ``` bash
-npm install vuex --save-dev
+npm install vuex --save
 ```
 
 ### Yarn