From 62e73c648de512b042df082e3d5886c255ebc346 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sat, 7 May 2022 01:56:31 -0400 Subject: [PATCH] Tweak readme blurb --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a4d084b..4834050e 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ The simplest way to record MIDI. -- Records right away, no install or setup required. Automatically connects to new MIDI devices. -- Visualizes notes, pitch bends, and instrument changes, as you play, so you know its recording. -- Records **while you play**, so if you close the tab by accident, or refresh the page, or your browser crashes, or there's a power outage, you can recover the recording. +- **Records right away**, no install or setup required. Automatically connects to new MIDI devices. +- **Visualizes** notes, pitch bends, and instrument changes, as you play. +- **Recovers recordings** in case the browser crashes, or you close the tab by accident, or refresh the page, or there's a power outage. -If you've got a MIDI keyboard, plug in and [try it out][app]. +If you've got a MIDI keyboard, plug it in and [try out the app!][app] -Built with [SimpleMidiInput.js](https://github.com/kchapelier/SimpleMidiInput.js) and [MidiFile.js](https://github.com/nfroidure/midifile) +Built with [SimpleMidiInput.js](https://github.com/kchapelier/SimpleMidiInput.js) and [MidiFile.js](https://github.com/nfroidure/midifile), and written in [CoffeeScript](https://coffeescript.org/). ### License