diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 9c860ad9..28d3d936 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -88,5 +88,4 @@ EX: go run . something --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%)`