fix(README): flag instructions

This commit is contained in:
Evangelos Paterakis 2023-04-15 02:28:53 +03:00
parent af22615d6a
commit 11c5da3a44
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9

View file

@ -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
```
#