Skip to content

Commit 95a2cc3

Browse files
authored
Updata README's CDN
1 parent 14a749c commit 95a2cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ npm run buildcdn && open dist/index.cdn.html
1010
```
1111
* CDN
1212
```
13-
https://unpkg.com/vuecsv/dist/static/js/app.cdn.js
14-
https://unpkg.com/vuecsv/dist/static/css/app.cdn.js
13+
<link rel="stylesheet" href="https://unpkg.com/vuecsv/dist/static/css/app.cdn.css">
14+
<script type="text/javascript" src="https://unpkg.com/vuecsv/dist/static/js/app.cdn.js"></script>
1515
```
1616

1717
## Build Setup

0 commit comments

Comments
 (0)