ソースを参照

update installation instructions

Evan You 8 年 前
コミット
454903b5fc
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@next](https://unpkg.com/vuex@next)
+[https://unpkg.com/vuex](https://unpkg.com/vuex)
 
 [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@next
+npm install vuex
 ```
 
 When used with a module system, you must explicitly install the router via `Vue.use()`: