summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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]
+```