Skip to content

Commit e5735f4

Browse files
committed
Add emojis to section headers in README
Updated README.md to include relevant emojis in section headers for improved visual clarity and organization.
1 parent bc36c9a commit e5735f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ If you want to install this package as a dependency, you can install it from thi
4343
npm install --save https://github.com/HatScripts/circle-flags
4444
```
4545

46-
### Userscripts
46+
### 📜 Userscripts
4747

4848
- [Google Translate: Filter & Flags](https://github.com/HatScripts/google-translate-filter-and-flags) - Filters languages and shows country flags on Google Translate
4949
- [Wiktionary: Filter & Flags](https://github.com/HatScripts/wiktionary-filter-and-flags) - Filters languages and shows country flags on Wiktionary
5050

51-
## Contributing
51+
## 🚀 Contributing
5252

5353
To contribute, you need to have the latest version of [svgo](https://github.com/svg/svgo) installed.
5454

@@ -62,7 +62,7 @@ svgo ./flags --recursive --config=svgo.config.js
6262

6363
Then commit the changes, and submit them as a pull request.
6464

65-
### The color palette
65+
### 🎨 The color palette
6666

6767
Submitted flags should conform to the following color palette.<br/> Try to match the flag's original colors with the nearest color from the palette.
6868

@@ -84,6 +84,6 @@ Special cases:
8484
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 2 2"><circle cx="1" cy="1" r="1" fill="#4a1f63"></svg> `#4a1f63`: purple (only one usage: [<img src="https://hatscripts.github.io/circle-flags/flags/es-ib.svg" width="16"> Balearic Islands](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/es-ib.svg))
8585
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 2 2"><circle cx="1" cy="1" r="1" fill="#751a46"></svg> `#751a46`: dark pink (only one usage: [<img src="https://hatscripts.github.io/circle-flags/flags/qa.svg" width="16"> Qatar](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/qa.svg))
8686

87-
## License
87+
## 🧾 License
8888

8989
This project is released under the [MIT license](LICENSE.md).

0 commit comments

Comments
 (0)