Skip to content

Commit

Permalink
fix: update jsdelivr URL reference
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   componentDocs/partials/usage/bundleUseModBrowsers.md
  • Loading branch information
blackfalcon committed Feb 7, 2024
1 parent fdb9718 commit df9e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion componentDocs/partials/usage/bundleUseModBrowsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@[dtVersion]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@[wcssVersion]/dist/bundled/essentials.css" />

<script src="https://cdn.jsdelivr.net/[npm]/[namespace]-[name]@[Version]/dist/[namespace]-[name]__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/[npm]/[namespace]-[name]@[Version]/dist/[namespace]-[name]__bundled.js" type="module"></script>
```

0 comments on commit df9e52d

Please sign in to comment.