From 11c5da3a442d66c57a190f3b882386a9e86ea6b2 Mon Sep 17 00:00:00 2001 From: Evangelos Paterakis Date: Sat, 15 Apr 2023 02:28:53 +0300 Subject: [PATCH] fix(README): flag instructions --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fe56cb8..e61861b 100644 --- a/README.md +++ b/README.md @@ -64,17 +64,17 @@ Just like the previous question, BLĂ…HAJ can't know how long the text is going t ### I would like to add a color scheme or flag -Great! Follow the [Contributing section](#contributing) and modify [data/colors.json](./data/colors.json). +Great! Follow the [Contributing section](#contributing) and modify [data/colors.yaml](./data/colors.yaml). -```json -{ - "flag/color scheme name": [ - "color", - "per", - "stripe" - ], - "alias for scheme (if any)": "flag/color scheme name" -} +```yaml +flag name: + color: + - hex color + - per + - stripe + alias: + - aliases + - if any ``` #