From 2b157e0620300a1ab45e622dede9429e60a250c8 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 14 Sep 2021 13:16:20 +0100 Subject: [PATCH] rephrasing --- subjects/ascii-art/color/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/README.md b/subjects/ascii-art/color/README.md index cae46a11..45bff366 100644 --- a/subjects/ascii-art/color/README.md +++ b/subjects/ascii-art/color/README.md @@ -6,7 +6,7 @@ You must follow the same [instructions](../README.md) as in the first subject bu The output should manipulate colors using the **flag** `--color=`, in which `--color` is the flag and `` is the color desired by the user. These colors can be achieved using different notations (color code systems, like `RGB`, `hsl`, `ANSI`...), it is up to you to choose which one you want to use. -- You should be able to specify a single or a set of letters that you want to color (use your imagination for this one). +- You should be able to choose between coloring a single letter or a set of letters (use your imagination for this one). - If the letter is not specified, the whole `string` should be colored. - The flag must have exactly the same format as above, any other formats must return the following usage message: