diff options
author | Jakob Stendahl <JakobS1n@users.noreply.github.com> | 2018-03-20 00:20:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 00:20:55 +0100 |
commit | f1d5704097a6c62d8c94d71c3517c12c13ebfa88 (patch) | |
tree | e3e078eec1157d1cdbdb21074ca2ea99f2c0107f | |
parent | 73b64412a05c02b9c0274a33919d15c8678c8bfb (diff) | |
download | memConfigger-f1d5704097a6c62d8c94d71c3517c12c13ebfa88.tar.gz memConfigger-f1d5704097a6c62d8c94d71c3517c12c13ebfa88.zip |
Made the last header be markdown-style as well 🤦
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ If the line does not start with an exlamation mark, we are assuming the first wo - `LONG <variable_name>` This is two bytes, usually you would sum them to get their value. - `INT <variable_name>` This is just one byte. -== Example-file +## Example-file ``` # We are setting the size, so the parser can notify us if and when we exceed it !SIZE 124 |