From 3c12dfdd8c62df3194a7e723512eee3e3000efaa Mon Sep 17 00:00:00 2001 From: ulyssecarion Date: Wed, 3 Apr 2013 14:52:23 -0700 Subject: [PATCH] Remove accidental header in README Add a newline before the horizontal divider so "Ear Builder" by Antti Kaihola doesn't become humongous. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb232cd..e85de64 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ DEMOS * Spiral Keyboard by Patrick Snels * Ragamroll by Mani Balasubramanian * Ear Builder by Antti Kaihola + ------------- * MIDI.loadPlugin.js: Decides which framework is best to use, and sends request. @@ -90,4 +91,4 @@ MIDI.Player.setAnimation(function(data) { * <audio>: HTML5 specs * 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.