From 2ac242ffa1cbe474e7f4d020b4f3a49166ddfe46 Mon Sep 17 00:00:00 2001 From: cancel Date: Sat, 4 Jan 2020 22:22:18 +0900 Subject: [PATCH] Fix wrong example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 069d9d2..ee2e200 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The `make` wrapper will enable `--portmidi` by default. If you run the `tool` sc Run `./tool help` to see usage info. Examples: ```sh -./tool build -c clang-7 --portmidi build orca +./tool build -c clang-7 --portmidi orca # Build the livecoding environment with a compiler # named clang-7, with optimizations enabled, and # with PortMIDI enabled for MIDI output.