From d0ce08d19b7e6997417c3fffb31033542a18dfc3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 15 Jul 2019 15:31:23 -0400 Subject: fix formatting of example --- README.md | 4 ++-- 1 file 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]``` -- cgit v1.2.1