Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
update: changed an import example snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaveWPM committed Sep 23, 2023
1 parent 35cc892 commit bd8efa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Bootstrap 5 Gallery, vanilla JS.
```html
<script src="./assets/maugalleryLauncher.js" async defer></script>
```

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" defer></script>
<script src="./assets/maugallery.js" defer></script>
```

Expand Down

0 comments on commit bd8efa8

Please sign in to comment.