diff options
author | Simon Gündling <simon.guendling@gmx.de> | 2017-04-18 09:17:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 09:17:12 +0200 |
commit | 75b9cf3cdba6cb76c86ee7312726f2814a8c994f (patch) | |
tree | 28f47412d21f817f6caf53dab9e83541a393f5bd | |
parent | d701bd8cd3dff62bf67daf0199bac3546fd6ca2d (diff) | |
parent | c36e9e92f0dec9622c9a4d166c655a6ae445bc3f (diff) | |
download | chiptune2.js-75b9cf3cdba6cb76c86ee7312726f2814a8c994f.zip chiptune2.js-75b9cf3cdba6cb76c86ee7312726f2814a8c994f.tar.gz chiptune2.js-75b9cf3cdba6cb76c86ee7312726f2814a8c994f.tar.bz2 |
Merge pull request #23 from bryant1410/master
Fix broken headings in Markdown files
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#Chiptune.js +# Chiptune.js #### Version 2 This is a javascript library that can play module music files. It is based on the [libopenmpt](http://lib.openmpt.org/libopenmpt) C/C++ library. To translate libopenmpt into Javascript [emscripten](https://github.com/kripken/emscripten) was used. For audio output inside the browser WebAudio API ist used. |