From ba63d23d0563664f0ed7d0d7497a8253983f2e29 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 3 Oct 2022 16:11:34 +0100 Subject: [PATCH] fix(ztail): adding console in usage to solve a bug when the platform tries to display the readme --- subjects/ztail/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/ztail/README.md b/subjects/ztail/README.md index 8af7a98c..80a94962 100644 --- a/subjects/ztail/README.md +++ b/subjects/ztail/README.md @@ -25,7 +25,7 @@ abcdefghijklmnopqrstuvwxyz Normal cases : -``` +```console $ go run . -c 4 file1.txt xyz $ go run . -c 4 file1.txt file2.txt @@ -39,7 +39,7 @@ $ Error cases : -``` +```console $ go run . -c 4 file1.txt nonexisting1.txt file2.txt nonexisting2.txt ==> file1.txt <== xyz