From b42347b354a3aa81ce4fd0ab4895aa6442d80b4d Mon Sep 17 00:00:00 2001 From: amin Date: Thu, 6 Jun 2024 12:27:46 +0100 Subject: [PATCH] docs: adding highlight to example keywords --- subjects/ascii-art/color/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/README.md b/subjects/ascii-art/color/README.md index 5f31fe4c7..9b1a3dbf0 100644 --- a/subjects/ascii-art/color/README.md +++ b/subjects/ascii-art/color/README.md @@ -22,7 +22,7 @@ EX: go run . --color= "something" $ go run . --color=red kit "a king kitten have kit" ``` -For the example above, the substring kit in the word kitten and the word kit at the end should be colored. +For the example above, the substring `kit` in the word `kitten` and the word `kit` at the end should be colored. If there are other `ascii-art` optional projects implemented, the program should accept other correctly formatted `[OPTION]` and/or `[BANNER]`. Additionally, the program must still be able to run with a single `[STRING]` argument.