Skip to content

Commit 26de923

Browse files
committed
docs: updates
1 parent 76bfc3b commit 26de923

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ docs
44
coverage
55
tsconfig.json
66
api-extractor.json
7+
README.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
7272

7373
## Quickstart
7474

75-
- Via CDN: `<script src="https://unpkg.com/vue-i18n@next"></script>`
75+
- Via CDN: `<script src="https://unpkg.com/vue-i18n@9"></script>`
7676
- In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-i18n-9-template-h28c0)
7777
- Add it to an existing Vue Project:
7878
```bash

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Direct Download
1010

11-
<https://unpkg.com/vue-i18n@next>
11+
<https://unpkg.com/vue-i18n@9>
1212

1313
[unpkg.com](https://unpkg.com) provides a npm-based CDN links. The above link will always point to the latest release on npm.
1414

@@ -19,7 +19,7 @@
1919
<script src="https://unpkg.com/vue-i18n@next"></script>
2020
```
2121

22-
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.0.0-rc.1/dist/vue-i18n.global.js>
22+
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.1.0/dist/vue-i18n.global.js>
2323

2424
### ES Modules import
2525

@@ -28,7 +28,7 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
2828
<script type="module" src="https://unpkg.com/vue-i18n@next/dist/vue-i18n.esm-browser.js">
2929
```
3030
31-
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.0.0-rc.1/dist/vue-i18n.esm-browser.js>
31+
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.1.0/dist/vue-i18n.esm-browser.js>
3232
3333
3434
## Package managers

0 commit comments

Comments
 (0)