You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ You can provide multiple comma separated values in bg_color option to render a g
143
143
&bg_color=DEG,COLOR1,COLRO2,COLOR3...COLOR10
144
144
```
145
145
146
-
> Note on cache: Repo cards have default cache of 4hours (14400 seconds) if the fork count & star count is less than 1k otherwise it's 2hours (7200). Also note that cache is clamped to minimum of 2hours and maximum of 24hours
146
+
> Note on cache: Repo cards have default cache of 4hours (14400 seconds) if the fork count & star count is less than 1k otherwise it's 2hours (7200). Also note that cache is clamped to a minimum of 2hours and maximum of 24hours
147
147
148
148
#### Stats Card Exclusive Options:
149
149
@@ -161,7 +161,7 @@ You can provide multiple comma separated values in bg_color option to render a g
161
161
162
162
#### Language Card Exclusive Options:
163
163
164
-
-`hide` - Hide the languages specified from the card _(Comma seperated values)_
164
+
-`hide` - Hide the languages specified from the card _(Comma separated values)_
165
165
-`hide_title` - _(boolean)_
166
166
-`layout` - Switch between two available layouts `default` & `compact`
167
167
-`card_width` - Set the card's width manually _(number)_
@@ -198,7 +198,7 @@ Use [show_owner](#customization) variable to include the repo's owner username
198
198
199
199
# Top Languages Card
200
200
201
-
Top languages card shows github user's top languages which has been mostly used.
201
+
Top languages card shows github user's top languages which have been mostly used.
202
202
203
203
_NOTE: Top languages does not indicate my skill level or something like that, it's a github metric of which languages i have the most code on github, it's a new feature of github-readme-stats_
0 commit comments