Skip to content

Commit

Permalink
changed router to Vuex, as this isn't the router (vuejs#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Sikes authored and ktsn committed Oct 14, 2016
1 parent 5c59c21 commit ab7f70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ab7f70b

Please sign in to comment.