summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]```