Skip to content

Commit

Permalink
docs: fix unpkg url
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 21, 2023
1 parent 0c13ef7 commit da7f4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ SoundSwallower can be installed in your NPM project:
npm install soundswallower

Or you can use it directly from
[https://unpkg.com/soundswallower/bundle.js](https://unpkg.com/soundswallower/bundle.js)
[https://unpkg.com/soundswallower/umd/bundle.js](https://unpkg.com/soundswallower/umd/bundle.js)
in your HTML:

```html
<script src="https://unpkg.com/soundswallower/bundle.js"></script>
<script src="https://unpkg.com/soundswallower/umd/bundle.js"></script>
<script>
decoder = soundswallower.Decoder();
// etcetera
Expand Down

0 comments on commit da7f4a3

Please sign in to comment.