diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index f41c4915..bfe27502 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -88,4 +88,5 @@ EX: go run . something --color= #### Bonus -###### [+] Can you use for the flag "--color=" different notation? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`) +###### [+] Can you use for the flag "--color=" different notation? +###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`