Browse Source

docs: fix inconsistency and typos

pull/2596/head
amin 6 months ago committed by zanninso
parent
commit
d7952e01d8
  1. 8
      subjects/ascii-art/color/README.md

8
subjects/ascii-art/color/README.md

@ -15,12 +15,14 @@ Usage: go run . [OPTION] [STRING]
EX: go run . --color=<color> <substring to be colored> "something" EX: go run . --color=<color> <substring to be colored> "something"
``` ```
### Example
### Usage
```shell ```shell
go run . --color=red "kit" "a king kitten have kit" $ go run . --color=red kit "a king kitten have kit"
``` ```
for the above example 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]`. 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. Additionally, the program must still be able to run with a single `[STRING]` argument.

Loading…
Cancel
Save