Skip to content

Commit 72bdb93

Browse files
committed
docs: update README.md
1 parent e7e5ffa commit 72bdb93

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,14 @@ None of the fields are required. Every query parameter has a default value displ
6767
| **lineCount** | `?lineCount=2` | 1 | The number of lines you want to add to your card. |
6868
| **line{n}** | `?line1=html5,html5,auto` | - | The current line of the badge, where {n} is a number. *`(1 <= n <= lineCount)`* |
6969

70+
<hr>
71+
72+
## 🪁 Themes
73+
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
74+
If you would like to use other themes, and add one for yourself and others, please check this [issue](https://github.com/0l1v3rr/github-readme-tech-stack/issues/2).
7075

7176
You can customize a theme using these query parameters.
72-
These parameters accept only valid hexadecimal colors, otherwise they are not applied. Please use `%23` instead of `#`.
77+
These parameters accept only valid hexadecimal colors, otherwise, they are not applied. Please use `%23` instead of `#`.
7378

7479
> **Warning**
7580
> If the `?theme=` parameter is specified, any of these color customizations will override the theme's values.
@@ -81,13 +86,6 @@ These parameters accept only valid hexadecimal colors, otherwise they are not ap
8186

8287
<hr>
8388

84-
## 🪁 Themes
85-
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
86-
You can customize a theme for yourself using the [query parameters](#-query-parameters).
87-
If you would like to use other themes, and add one for yourself and others, please check this [issue](https://github.com/0l1v3rr/github-readme-tech-stack/issues/2).
88-
89-
<hr>
90-
9189
## ❗ Important
9290
- We suggest you not put too many badges inside one card, because the loading time can be too slow, and it can overflow the 15s limit, which results in a card that's not displayed. The maximum amount of badges inside one card should be around 16. If you want to display more, do it in two or three cards.
9391
- If you use our [Demo Website](https://github-readme-tech-stack.vercel.app) to generate and customize your card, and it displays an empty screen, it's because your browser cached the previously deployed names of the JS bundles. In order to resolve this issue, clear your browser's cache or open the site in incognito mode.

0 commit comments

Comments
 (0)