summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85c05f8..95e88c1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,8 @@ Now you're ready to build. Use this command:
make CONFIG=emscripten
-If it runs successfully two file will be created inside the `bin` directory.
+If it runs successfully two file will be created inside the `bin` directory.
+
1. `libopenmpt.js` is the library you want. You can use it with chiptune2.js.
2. `libopenmpt_test.js` is the libopenmpt test suite. It is meant to run in nodejs.