diff options
author | Gergely Nagy <algernon@madhouse-project.org> | 2017-07-27 13:16:09 +0200 |
---|---|---|
committer | Gergely Nagy <algernon@madhouse-project.org> | 2017-07-27 13:16:09 +0200 |
commit | c3ba1ff2061b2fc5ccfc895d0c7489946992235c (patch) | |
tree | d80e277a0a29c73905c083eda4120a8b1b00e772 | |
parent | 7f68cf1ba1f9b4c173cae1a8f3b44c625c55945a (diff) | |
download | Model01-Firmware-c3ba1ff2061b2fc5ccfc895d0c7489946992235c.tar.gz Model01-Firmware-c3ba1ff2061b2fc5ccfc895d0c7489946992235c.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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,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 |