From ed3cdd63653cefbbd76816cf1999755ca372cc63 Mon Sep 17 00:00:00 2001 From: cancel Date: Mon, 31 Dec 2018 11:10:32 +0900 Subject: [PATCH] Fix markdown code block langs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cd0c68..1ed1e40 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Run `./tool --help` to see usage info. Examples: ### Interactive terminal UI -```sh +``` Usage: orca [options] [file] General options: @@ -93,7 +93,7 @@ OSC/MIDI options: Additional options are available if `orca` is built with `--portmidi`: -```sh +``` --portmidi-list-devices List the MIDI output devices available through PortMIDI, along with each associated device ID number, and then exit.