Skip to content

Commit 6c81d3d

Browse files
committed
Fix formatting and add unpkg
1 parent 8b26fe8 commit 6c81d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
3535

3636
### CDN
3737

38-
Recommended:[https://cdn.jsdelivr.net/npm/vue](https://cdn.jsdelivr.net/npm/vue), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [https://www.jsdelivr.com/package/npm/vue/](https://www.jsdelivr.com/package/npm/vue/).
38+
Recommended: [https://cdn.jsdelivr.net/npm/vue](https://cdn.jsdelivr.net/npm/vue), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [https://www.jsdelivr.com/package/npm/vue/](https://www.jsdelivr.com/package/npm/vue/).
3939

40-
Also available on [cdnjs](https://cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js), but this service takes some time to sync so the latest release may not be available yet.
40+
Also available on [unpkg](https://unpkg.com/vue) and [cdnjs](https://cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js) (cdnjs takes some time to sync so the latest release may not be available yet).
4141

4242
## NPM
4343

0 commit comments

Comments
 (0)