Skip to content

Commit 5300e71

Browse files
xqinyyx990803
authored andcommitted
Fix unkpg.com -> unpkg.com (vuejs#4460)
1 parent 68abdc3 commit 5300e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The full (compiler-included) browser build. This is the build you can just include with a script tag:
88

99
```
10-
<script src="https://unkpg.com/vue/dist/vue.js"><script>
10+
<script src="https://unpkg.com/vue/dist/vue.js"></script>
1111
```
1212

1313
Note that this build is hard-coded to development mode.

0 commit comments

Comments
 (0)