Spelling is hard.

This commit is contained in:
Jordan Eldredge 2018-03-28 21:50:33 -07:00
parent 1ea20d1a53
commit 645965def1
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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()) {