Skip to content

Commit

Permalink
docs: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 7, 2021
1 parent 76bfc3b commit 26de923
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Expand Up @@ -4,3 +4,4 @@ docs
coverage
tsconfig.json
api-extractor.json
README.md
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj

## Quickstart

- Via CDN: `<script src="https://unpkg.com/vue-i18n@next"></script>`
- Via CDN: `<script src="https://unpkg.com/vue-i18n@9"></script>`
- In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-i18n-9-template-h28c0)
- Add it to an existing Vue Project:
```bash
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Expand Up @@ -8,7 +8,7 @@

## Direct Download

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

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

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

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>
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.1.0/dist/vue-i18n.global.js>

### ES Modules import

Expand All @@ -28,7 +28,7 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
<script type="module" src="https://unpkg.com/vue-i18n@next/dist/vue-i18n.esm-browser.js">
```
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>
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>
## Package managers
Expand Down

0 comments on commit 26de923

Please sign in to comment.