diff --git a/README.md b/README.md
index 88daaf2..e05effa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-
MIDI.loadPlugin.js: Decides which framework is best to use, and sends request.
+
+
MIDI.loadPlugin.js: Decides which framework is best to use, and sends request.
// interface to download soundfont, then execute callback;
@@ -69,4 +70,5 @@ MIDI.Player.setAnimation(function(data) {
Access to 128 General MIDI instruments.
Flash package: SoundManager2 by Scott Schiller
jasmid: Reads MIDI file byte-code, and translats into a Javascript array.
- base642binary.js: Cleans up XML base64-requests for Web Audio API.
\ No newline at end of file
+ base642binary.js: Cleans up XML base64-requests for Web Audio API.
+
\ No newline at end of file
diff --git a/demo-AudioTest.html b/demo-Basic.html
similarity index 100%
rename from demo-AudioTest.html
rename to demo-Basic.html