Skip to content

Commit 2ffe3aa

Browse files
committed
Update README.md
1 parent 5b70bb6 commit 2ffe3aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
**jsDelivr:**
2323
```html
2424
<script src="https://cdn.jsdelivr.net/gh/InfinitumForm/FrameRateHelper@v1.0.1/dist/FrameRateHelper.js"></script>
25+
<script src="https://cdn.jsdelivr.net/gh/InfinitumForm/FrameRateHelper@v1.0.1/dist/FrameRateHelper.min.js"></script>
2526
```
2627

2728
**unpkg:**
2829
```html
2930
<script src="https://unpkg.com/framerate-helper@1.0.1/dist/FrameRateHelper.js"></script>
31+
<script src="https://unpkg.com/framerate-helper@1.0.1/dist/FrameRateHelper.min.js"></script>
3032
```
3133

3234
This exposes `window.FrameRateHelper` globally.

0 commit comments

Comments
 (0)