Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ederssouza committed Aug 3, 2023
1 parent 725f4d5 commit e523254
Show file tree
Hide file tree
Showing 3 changed files with 4,567 additions and 2,412 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scrollspy.init()
### UMD in Browser

```html
<script src="https://cdn.jsdelivr.net/npm/vanillajs-scrollspy@3.0.6/dist/vanillajs-scrollspy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanillajs-scrollspy@3.0.7/dist/vanillajs-scrollspy.min.js"></script>
<!-- or -->
<script src="./dist/vanillajs-scrollspy.min.js"></script>
```
Expand Down Expand Up @@ -111,7 +111,7 @@ Available in [`public/index.html`](public/index.html).
<h2 class="title">Contact</h2>
</section>

<script src="https://cdn.jsdelivr.net/npm/vanillajs-scrollspy@3.0.6/dist/vanillajs-scrollspy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanillajs-scrollspy@3.0.7/dist/vanillajs-scrollspy.min.js"></script>
<script>
const menu = document.querySelector('#navbar')
const scrollspy = VanillaScrollspy({ menu })
Expand Down
Loading

0 comments on commit e523254

Please sign in to comment.