Skip to content

Commit 454903b

Browse files
committed
update installation instructions
1 parent 33ddea7 commit 454903b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Direct Download / CDN
44

5-
[https://unpkg.com/vuex@next](https://unpkg.com/vuex@next)
5+
[https://unpkg.com/vuex](https://unpkg.com/vuex)
66

77
[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`.
88

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

1818
``` bash
19-
npm install vuex@next
19+
npm install vuex
2020
```
2121

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

0 commit comments

Comments
 (0)