Преглед изворни кода

changed router to Vuex, as this isn't the router (#397)

Dan Sikes пре 8 година
родитељ
комит
ab7f70b1bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/en/installation.md

+ 1 - 1
docs/en/installation.md

@@ -19,7 +19,7 @@ Include `vuex` after Vue and it will install itself automatically:
 npm install vuex
 npm install vuex
 ```
 ```
 
 
-When used with a module system, you must explicitly install the router via `Vue.use()`:
+When used with a module system, you must explicitly install Vuex via `Vue.use()`:
 
 
 ``` js
 ``` js
 import Vue from 'vue'
 import Vue from 'vue'