Skip to content
Snippets Groups Projects
Unverified Commit 65b50d4c authored by David M Sibley's avatar David M Sibley Committed by GitHub
Browse files

Merge pull request #11 from myuw-web-components/davidmsibley-patch-1

Use semver in recommended usage
parents 8a228c35 e1ada341
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
Add the following import to your page's `<head>`: Add the following import to your page's `<head>`:
```html ```html
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-profile?module"></script> <script type="module" src="https://unpkg.com/@myuw-web-components/myuw-profile@^1?module"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-profile"></script> <script nomodule src="https://unpkg.com/@myuw-web-components/myuw-profile@^1"></script>
``` ```
Use the component's HTML tag wherever you want: Use the component's HTML tag wherever you want:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment