From c023864468454b27c3d6fd31c25650f1ede892a4 Mon Sep 17 00:00:00 2001 From: nprimo Date: Fri, 1 Mar 2024 15:15:04 +0000 Subject: [PATCH] feat(ascii-art-output): update example command - substitute " with ' to avoid special symbol interpretation --- subjects/ascii-art/output/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/output/README.md b/subjects/ascii-art/output/README.md index 8651fb81..11a4e2e5 100644 --- a/subjects/ascii-art/output/README.md +++ b/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 $ _| _| _| _| _|_|_|_|_| _| _| $