shithub: orca

Download patch

ref: c7ea0e2071d9ba5753de9de51f2041e565856a3b
parent: f9a60a06a929ecca5ad8f426176f0c0b15141078
author: cancel <cancel@cancel.fm>
date: Tue Dec 4 05:31:06 EST 2018

Fix typo

--- a/README.md
+++ b/README.md
@@ -37,14 +37,17 @@
 Run `./tool --help` to see usage info.
 
 ```sh
-./tool build debug tui    # debug build of the terminal ui
-                          # binary placed at build/debug/tui
+./tool build debug tui
+    # debug build of the terminal ui
+    # binary placed at build/debug/tui
 
-./tool -c clang-7 release tui  # build the terminal ui with a compiler named
-                               # clang-7, with optimizations enabled.
-                               # binary placed at build/release/tui
+./tool -c clang-7 build release tui
+    # build the terminal ui with a compiler named
+    # clang-7, with optimizations enabled.
+    # binary placed at build/release/tui
 
-./tool clean    # same as make clean, removes build/
+./tool clean
+    # same as make clean, removes build/
 ```
 
 ## Run