Remind people that they can download it to their project

#528
This commit is contained in:
Jordan Eldredge 2018-03-28 20:29:16 -07:00
parent 2450cfb6be
commit ad104d22ae

View file

@ -21,6 +21,7 @@ npm install --save winamp2-js
Or, you can include it via a script tag:
```html
<!-- You can use this URL, or download it and check it into your own project -->
<script src="https://unpkg.com/winamp2-js@0.0.5/built/winamp.bundle.min.js"></script>
```