Skip to content

Commit

Permalink
docs: fix inconsistency and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
amin authored and zanninso committed Jun 6, 2024
1 parent 66dbcc2 commit d7952e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions subjects/ascii-art/color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ Usage: go run . [OPTION] [STRING]

EX: go run . --color=<color> <substring to be colored> "something"
```
### Example

### Usage

```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]`.
Additionally, the program must still be able to run with a single `[STRING]` argument.
Expand Down

0 comments on commit d7952e0

Please sign in to comment.