Skip to content

Commit 0456c73

Browse files
committed
docs: correct CDN entry point
1 parent e1390fb commit 0456c73

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/three-days-provide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@vnphanquang/green-check': patch
3+
---
4+
5+
correct CDN entry point

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Alternatively, you may load the module via a CDN by adding to [importmap](https:
2727
<script type="importmap">
2828
{
2929
"imports": {
30-
"@vnphanquang/green-check": "https://cdn.jsdelivr.net/npm/@vnphanquang/green-check/dist/greencheck.js"
30+
"@vnphanquang/green-check": "https://cdn.jsdelivr.net/npm/@vnphanquang/green-check/dist/index.js"
3131
}
3232
}
3333
</script>

0 commit comments

Comments
 (0)