Skip to content

Commit

Permalink
Fix the CDN urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Razenpok authored Mar 10, 2023
1 parent 5d84e0b commit 007d4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ You can use break_infinity.js directly from a CDN via a script tag:

```html
<!-- You can load it as a minified file (recommended) -->
<script src="https://cdn.jsdelivr.net@2/npm/break_infinity.js"></script>
<script src="https://cdn.jsdelivr.net/npm/break_infinity.js@2"></script>

<!-- ...or as a non-minified file (for debugging) -->
<script src="https://cdn.jsdelivr.net@2/npm/break_infinity.js/dist/break_infinity.js"></script>
<script src="https://cdn.jsdelivr.net/npm/break_infinity.js@2/dist/break_infinity.js"></script>
```

or as a JS module using import
Expand Down

0 comments on commit 007d4a8

Please sign in to comment.