瀏覽代碼

include @next in installation instructions for now

Evan You 8 年之前
父節點
當前提交
b803ecac95
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/en/installation.md

+ 2 - 2
docs/en/installation.md

@@ -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/vuex@2.0.0`.
 
@@ -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()`: