Browse Source

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

fixDevirged
davhojt 2 years ago committed by Dav Hojt
parent
commit
ac86faff7d
  1. 3
      subjects/ascii-art/color/audit.md

3
subjects/ascii-art/color/audit.md

@ -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%)`

Loading…
Cancel
Save