diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-03-09 13:01:04 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-03-09 13:01:04 -0600 |
commit | 34c3e7482aed0f26299f6c21e342ab45ebc55b47 (patch) | |
tree | 40b6ce52ef6d2cae38c81b8ffd9962c31434c6fb | |
parent | d7dca087ba8a9377b7b42d2b23e4cd0bc950b4c1 (diff) |
README: fix improper formatting
Fix wrong formatting in the project README file. Lists should have an
empty line proceeding them, otherwise the first element is italicized.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ written in C with a small portion written in assembly. ## Compiling You will need the following to compile the Box kernel: + * i686-elf toolchain * A working Unix environment |