Skip to content

Commit

Permalink
Use 1.x instead of absolute versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sidsbrmnn committed Jan 6, 2022
1 parent 0f7343c commit c7f7c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A simple lightweight JavaScript library without jQuery or any other dependencies
2. Use the minified script from unpkg.com

```html
<script src="https://unpkg.com/@sidsbrmnn/scrollspy@1.0.4/dist/scrollspy.min.js"></script>
<script src="https://unpkg.com/@sidsbrmnn/scrollspy@1.x/dist/scrollspy.min.js"></script>
```

## Usages
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
</div>
</div>

<script src="https://unpkg.com/@sidsbrmnn/scrollspy@1.0.4/dist/scrollspy.min.js"></script>
<script src="https://unpkg.com/@sidsbrmnn/scrollspy@1.x/dist/scrollspy.min.js"></script>
<script>
window.onload = function () {
scrollSpy('nav', {
Expand Down

0 comments on commit c7f7c58

Please sign in to comment.