Skip to content

Commit

Permalink
include @next in installation instructions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 24, 2016
1 parent 9806975 commit b803eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/installation.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

### Direct Download / CDN

[https://unpkg.com/vuex](https://unpkg.com/vuex)
[https://unpkg.com/vuex@next](https://unpkg.com/vuex@next)

[Unpkg.com](https://unpkg.com) provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like `https://unpkg.com/[email protected]`.

@@ -16,7 +16,7 @@ Include `vuex` after Vue and it will install itself automatically:
### NPM

``` bash
npm install vuex
npm install vuex@next
```

When used with a module system, you must explicitly install the router via `Vue.use()`:

0 comments on commit b803eca

Please sign in to comment.