mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-01-22 08:36:30 +01:00
fix(README): flag instructions
This commit is contained in:
parent
af22615d6a
commit
11c5da3a44
1 changed files with 10 additions and 10 deletions
20
README.md
20
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
|
||||
```
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue