Skip to content

Commit

Permalink
fix plugin path in audio-element example
Browse files Browse the repository at this point in the history
  • Loading branch information
therewasaguy committed Mar 16, 2016
1 parent f1a748c commit 4dd8e94
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 4dd8e94

Please sign in to comment.