summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkaivo@users.noreply.github.com>2019-07-15 15:32:14 -0400
committerGitHub <noreply@github.com>2019-07-15 15:32:14 -0400
commit951b6dcd388fb6615333dc1be584e7d3b8cb2bf7 (patch)
tree303f89a7818ba7fb7ddf20444c97933b1a53c1ad
parentd0ce08d19b7e6997417c3fffb31033542a18dfc3 (diff)
I hate markdown
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f0d314c..0cc9786 100644
--- a/README.md
+++ b/README.md
@@ -9,5 +9,7 @@ describe system errors based on their numeric values
For example:
-```$ ./strerror 1
-1: Operation not permitted [EPERM]```
+```
+$ ./strerror 1
+1: Operation not permitted [EPERM]
+```