Browse Source

fix(ztail): adding console in usage to solve a bug when the platform tries to display the readme

pull/1485/head
miguel 2 years ago committed by MSilva95
parent
commit
ba63d23d05
  1. 4
      subjects/ztail/README.md

4
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

Loading…
Cancel
Save