From 6a5a45205abd27722c2f4ffeaae79bf913b12811 Mon Sep 17 00:00:00 2001 From: cancel Date: Sat, 4 Jan 2020 22:24:00 +0900 Subject: [PATCH] Cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee2e200..903862b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ make debug # debugging build, binary placed at build/debug/orca make clean # removes build/ ``` -The `make` wrapper will enable `--portmidi` by default. If you run the `tool` script on its own, `--portmidi` is not enabled by default. +The `make` wrapper will enable `--portmidi` by default. If you run the `tool` build script on its own, `--portmidi` is not enabled by default. ### Build Script