浏览代码

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
 ```
 
-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
 import Vue from 'vue'