Skip to content

Commit

Permalink
docs: adding highlight to example keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
amin authored and zanninso committed Jun 6, 2024
1 parent 5022a4a commit b42347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/ascii-art/color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EX: go run . --color=<color> <substring to be colored> "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.
Expand Down

0 comments on commit b42347b

Please sign in to comment.