fix(ascii-art-color): remove question syntax from last example

This commit is contained in:
davhojt 2022-09-19 12:35:57 +03:00 committed by Dav Hojt
parent 26b1e904d2
commit ac86faff7d
1 changed files with 1 additions and 2 deletions

View File

@ -88,5 +88,4 @@ EX: go run . something --color=<color>
#### Bonus
###### +Can you use different notations for the flag "--color="?
###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`
###### +Can you use different notations for the `--color` flag? Examples: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`