aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2017-07-27 13:16:09 +0200
committerJesse Vincent <jesse@keyboard.io>2017-08-14 15:46:27 -0700
commit567b3173f0be93628f9b5e5a13dd283ffdc11017 (patch)
tree7a3e4fc5275f20aad2d1d96d662b9f8243b4021d
parent87231c46a5cdfc4d0df601a49b4763a6749b453c (diff)
downloadModel01-Firmware-567b3173f0be93628f9b5e5a13dd283ffdc11017.tar.gz
Model01-Firmware-567b3173f0be93628f9b5e5a13dd283ffdc11017.zip
README.md: Break a line in two, for better presentation
Lines in fenced code blocks are not automatically wrapped, and a long line can easily result in an embedded scroll bar to be shown. Because those look bad, and reading wrapped text is easier, break a long line into two lines. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77d1149..5626c80 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,8 @@ cd Model01-Firmware
make flash
-# When the builder tells you to hit return to continue, hold down "prog" on your keyboard and hit return.
-
+# When the builder tells you to hit return to continue,
+# hold down "prog" on your keyboard and hit return.
```
<3 jesse