mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Spelling is hard.
This commit is contained in:
parent
1ea20d1a53
commit
645965def1
3 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Added: `winamp.appendTracks()`.
|
||||
* Added: `winamp.setTracksToPlay()`.
|
||||
* Changed: We no-longer try to center on window resize.
|
||||
* Meta: Added real documentation!
|
||||
* Meta: Added real [documentation](./docs/usage.md)!
|
||||
* Meta: Remove lots of garbage from the NPM build.
|
||||
|
||||
## Prehistory
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Check out this Twitter thread for an illustrated list of features: https://twitt
|
|||
|
||||
I've tried to make it possible to include Winamp2-js in your own project.
|
||||
|
||||
See the [ussage documentation](./docs/ussage.md) for more information.
|
||||
See the [usage documentation](./docs/usage.md) for more information.
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ Create a DOM element somewhere in your HTML document. This will eventually conta
|
|||
```JavaScript
|
||||
import Winamp from 'winamp2-js';
|
||||
|
||||
// Or, if you installed via a script tag:
|
||||
// const Winamp = window.winamp2-js;
|
||||
// Or, if you installed via a script tag, `Winamp` is avaliable on the global `window`:
|
||||
// const Winamp = window.winamp2js;
|
||||
|
||||
// Check if Winamp is supported in this browser
|
||||
if(!Winamp.browserIsSupported()) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue