summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-15 15:31:23 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-15 15:31:23 -0400
commitd0ce08d19b7e6997417c3fffb31033542a18dfc3 (patch)
tree1a666f01486191919f560e1396a9f8fa27d0f38c
parentfe3173f1c2438cf96836e494fd77f7c29aa33f77 (diff)
fix formatting of example
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dc620ee..f0d314c 100644
--- a/README.md
+++ b/README.md
@@ -9,5 +9,5 @@ describe system errors based on their numeric values
For example:
-`$ ./strerror 1
-1: Operation not permitted [EPERM]`
+```$ ./strerror 1
+1: Operation not permitted [EPERM]```