Browse Source

feat(ascii-art-output): update example command

- substitute " with ' to avoid special symbol interpretation
pull/1196/merge
nprimo 2 months ago committed by Niccolò Primo
parent
commit
c023864468
  1. 2
      subjects/ascii-art/output/README.md

2
subjects/ascii-art/output/README.md

@ -37,7 +37,7 @@ $ cat -e banner.txt
$
$
$
$ go run . --output=banner.txt "Hello There!" shadow
$ go run . --output=banner.txt 'Hello There!' shadow
$ cat -e banner.txt
$
_| _| _| _| _|_|_|_|_| _| _| $

Loading…
Cancel
Save