Skip to content

Commit

Permalink
Merge pull request #6 from ndom91/main
Browse files Browse the repository at this point in the history
Update readme.md unpkg url versions
  • Loading branch information
stefanjudis committed Jun 28, 2021
2 parents 4beaf78 + b440e73 commit e739a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<!-- Unstyled (installed locally) -->
<script src="node_modules/web-vitals-element/dist/web-vitals-element.min.js"></script>
<!-- Unstyled from unpkg.com -->
<script src="https://unpkg.com/web-vitals-element@1.0.1/dist/web-vitals-element.min.js"></script>
<script src="https://unpkg.com/web-vitals-element@1.3.1/dist/web-vitals-element.min.js"></script>

<!-- Styled (installed locally) -->
<script src="node_modules/web-vitals-element/dist/web-vitals-element.styled.min.js"></script>
<!-- Styled from unpkg.com -->
<script src="https://unpkg.com/web-vitals-element@1.0.1/dist/web-vitals-element.styled.min.js"></script>
<script src="https://unpkg.com/web-vitals-element@1.3.1/dist/web-vitals-element.styled.min.js"></script>
```

_The element does not render shadow DOM. You can style it like any other element in your HTML page._
Expand Down

0 comments on commit e739a01

Please sign in to comment.