Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tholman authored Jul 26, 2016
1 parent ecdff40 commit 3693a25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is very serious stuff, [here's a demo](http://tholman.com/elevator.js)!
`Elevator.js` lives entirely within the js realm, which makes things fairly simple to use.

You'll need to create a new instance of `Elevator`, and pass it some audio elements.

```html
<script>
// Elevator script included on the page, already.
Expand Down Expand Up @@ -119,6 +120,9 @@ window.onload = function() {
</script>
```

### NPM
The package is also available via [NPM](https://www.npmjs.com/package/elevator.js)

### License

Elevator.js is covered by the MIT License.
Expand Down

0 comments on commit 3693a25

Please sign in to comment.