Skip to content

Commit

Permalink
Update SRI Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdas91 committed Nov 18, 2022
1 parent 2476623 commit e236ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ title: Marqueefy
```html
<!-- Marqueefy JS -->
<script src="https://cdn.jsdelivr.net/npm/@marqueefy/marqueefy@1.0.2/dist/js/marqueefy.min.js"
integrity="sha384-7bqg+mxCbIdbhx5DVAlx20Y7LW30povGLlrjjnfzFPPvjH3lEDIjwbFHx95pkdDc"
integrity="sha384-r7IY8FnyT2tNOICu/cgSjfxEfJucnMbjEW8R7VA3LkR+IAK/331d+7rd/q4l9pB8"
crossorigin="anonymous"></script>
```

Expand All @@ -66,7 +66,7 @@ title: Marqueefy
```html
<!-- Marqueefy JS -->
<script src="https://unpkg.com/@marqueefy/marqueefy@1.0.2/dist/js/marqueefy.min.js"
integrity="sha384-7bqg+mxCbIdbhx5DVAlx20Y7LW30povGLlrjjnfzFPPvjH3lEDIjwbFHx95pkdDc"
integrity="sha384-r7IY8FnyT2tNOICu/cgSjfxEfJucnMbjEW8R7VA3LkR+IAK/331d+7rd/q4l9pB8"
crossorigin="anonymous"></script>
```

Expand Down

0 comments on commit e236ce1

Please sign in to comment.