Skip to content

Commit 2d95cb0

Browse files
committed
update installation instructions
1 parent 5ec3cdb commit 2d95cb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/vue-router@next](https://unpkg.com/vue-router@next)
5+
[https://unpkg.com/vue-router](https://unpkg.com/vue-router)
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/[email protected]`.
88

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

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

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

docs/ja/installation.md

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

33
### 直接ダウンロード / CDN
44

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

77
[Unpkg.com](https://unpkg.com) は NPM ベースの CDN リンクです。 上記のリンクは常に NPM 上の最新のリリースを指します。 `https://unpkg.com/[email protected]` のような URL を利用することで特定のバージョンやタグを指定することもできます。
88

@@ -16,7 +16,7 @@ Vue の後に `vue-router` を含めると自動的にインストールされ
1616
### NPM
1717

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

2222
モジュールシステムを使う場合、`Vue.use()` を使って明示的にルーターをインストールする必要があります。

0 commit comments

Comments
 (0)