Skip to content

Commit

Permalink
Merge pull request katspaugh#674 from therewasaguy/master
Browse files Browse the repository at this point in the history
fix plugin path in audio-element example
  • Loading branch information
katspaugh committed Mar 16, 2016
2 parents f1a748c + 4dd8e94 commit 869e975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/audio-element/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- wavesurfer.js -->
<script src="../../dist/wavesurfer.min.js"></script>

<script src="../../dist/plugin/wavesurfer.regions.js"></script>
<script src="../../plugin/wavesurfer.regions.js"></script>

<!-- Demo -->
<script src="main.js"></script>
Expand Down

0 comments on commit 869e975

Please sign in to comment.