mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-02-08 17:16:40 +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
|
### 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
|
```yaml
|
||||||
{
|
flag name:
|
||||||
"flag/color scheme name": [
|
color:
|
||||||
"color",
|
- hex color
|
||||||
"per",
|
- per
|
||||||
"stripe"
|
- stripe
|
||||||
],
|
alias:
|
||||||
"alias for scheme (if any)": "flag/color scheme name"
|
- aliases
|
||||||
}
|
- if any
|
||||||
```
|
```
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue