Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Keillion committed Jan 2, 2025
1 parent 4d9476f commit b33a5d2
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 @@ -31,11 +31,11 @@ const MutablePromise = require('mutable-promise');
CDN
```html
<script type="module">
import MutablePromise from 'https://cdn.jsdelivr.net/npm/[email protected].14/dist/index.esm.min.js';
import MutablePromise from 'https://cdn.jsdelivr.net/npm/[email protected].15/dist/index.esm.min.js';
</script>
```
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].14/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/index.min.js"></script>
```

## Example
Expand Down

0 comments on commit b33a5d2

Please sign in to comment.