summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Gündling <simon.guendling@gmx.de>2017-07-14 11:34:58 +0200
committerGitHub <noreply@github.com>2017-07-14 11:34:58 +0200
commit773ce9a3fe99e43e608ac246b977c0f2c53bbac7 (patch)
tree264c1abd9a2662bce9f7072f930ef5ec49f30b5a
parent9e56e047fd3caccfa93507838315513bf5f2581d (diff)
downloadchiptune2.js-origin/master.zip
chiptune2.js-origin/master.tar.gz
chiptune2.js-origin/master.tar.bz2
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 031716e..8545819 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
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.
-**Please note**: The compiled `libopenmpt.js` in this repository is based on an outdated version of libopenmpt. Newer versions contain bugfixes and other improvements. Download the latest version from the libopenmpt developers [here](https://builds.openmpt.org/builds/auto/libopenmpt/dev.js/) and replace 'libopenmpt.js.mem' and 'libopenmpt.js'.
+**Please note**: The compiled `libopenmpt.js` in this repository is based on an outdated version of libopenmpt. Newer versions contain bugfixes and other improvements. Download the latest version from the libopenmpt developers [here](https://builds.openmpt.org/builds/auto/libopenmpt/dev.js/) and replace `libopenmpt.js.mem` and `libopenmpt.js`.
If you prefer to compile `libopenmpt.js` yourself (to save space or make custom changes) follow the instructions in the "Development" section.
## Features