danigb/soundfont-player

incorrect path in /examples/index.html

smcnally opened this issue · 1 comments

Gracias por su trabajo en este proyecto -

In /examples/index.html

the path to soundfont-player.js is relative to root vs /examples

<script src="/dist/soundfont-player.js"></script>

should be

<script src="../dist/soundfont-player.js"></script>

With that in place, /examples/index.html works wonderfully.

¡Ahora puedo pasar demasiado tiempo añadiendo sonido a las cosas!

hahaha... Gracias! PR welcomed. Or if not, I'll fix it asap.
Saludos
Dani