diff --git a/README.md b/README.md index f018d3e3..7342f31a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,16 @@ In the browser: ``` +As a dependency: + +```javascript +import {Howl, Howler} from 'howler'; +``` + +```javascript +const {Howl, Howler} = require('howler'); +``` + ### Examples ##### Most basic, play an MP3: