Skip to content

Commit 3693a25

Browse files
authored
Update README.md
1 parent ecdff40 commit 3693a25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This is very serious stuff, [here's a demo](http://tholman.com/elevator.js)!
1212
`Elevator.js` lives entirely within the js realm, which makes things fairly simple to use.
1313

1414
You'll need to create a new instance of `Elevator`, and pass it some audio elements.
15+
1516
```html
1617
<script>
1718
// Elevator script included on the page, already.
@@ -119,6 +120,9 @@ window.onload = function() {
119120
</script>
120121
```
121122

123+
### NPM
124+
The package is also available via [NPM](https://www.npmjs.com/package/elevator.js)
125+
122126
### License
123127

124128
Elevator.js is covered by the MIT License.

0 commit comments

Comments
 (0)