Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit b3d0b4b

Browse files
author
Brylie Christopher Oxley
authored
Fix unpkg src link
1 parent 4527c70 commit b3d0b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Example for the `cc-explore` component:
7474
href="https://unpkg.com/@creativecommons/vocabulary@2020.11.3/css/vocabulary.css"
7575
/>
7676
<script src="https://unpkg.com/vue@next"></script>
77-
<script src="https://unpkg.com/@creativecommons/cc-global-components/dist/cc-global.min.js"></script>
77+
<script src="https://unpkg.com/@creativecommons/cc-global-components@0.1.0/dist/cc-globals.min.js"></script>
7878

7979
<div id="explore-cc">
8080
<cc-explore donation-url="http://example.com" />

0 commit comments

Comments
 (0)