Skip to content

Commit

Permalink
📝 docs: update installation
Browse files Browse the repository at this point in the history
Resolves #28
  • Loading branch information
kazupon committed May 8, 2016
1 parent 12fe695 commit 02ae2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npm install vue-i18n

When used in CommonJS, you must explicitly install the router via Vue.use():

> :warning: if you are using `vue-router`, you must install with `Vue.use()` in advance of `router#start`.
> :warning: if you are using `vue-router`, you must install with `Vue.use()` in advance of instance methods (`router#map`, `router#start`, ...etc).
```javascript
var Vue = require('vue')
Expand Down

0 comments on commit 02ae2d8

Please sign in to comment.