From a542c738da0b2eabdf74953a5797e09ba565327f Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 7 Sep 2022 10:05:31 +0300 Subject: [PATCH] docs(ascii-art): escape exclamation marks --- subjects/ascii-art/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/ascii-art/audit/README.md b/subjects/ascii-art/audit/README.md index 4383cca7..d679544a 100644 --- a/subjects/ascii-art/audit/README.md +++ b/subjects/ascii-art/audit/README.md @@ -124,7 +124,7 @@ $ ###### Does it display the right graphical representation in ASCII as above? -##### Try passing `"hello There 1 to 2!"` as an argument. +##### Try passing `"hello There 1 to 2\!"` as an argument. ``` _ _ _ _______ _ _ _ $ @@ -229,7 +229,7 @@ $ ###### Does it display the right graphical representation in ASCII as above? -##### Try passing `"\!\" #$%&'()*+,-./"` as an argument. +##### Try passing `"\\!\" #$%&'()*+,-./"` as an argument. ``` __ _ _ _ _ _ _ _ __ _ __ __ _ __ $