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
@@ -106,7 +106,7 @@ To enable icons, you can pass `show_icons=true` in the query param, like so:
106
106
107
107
### Themes
108
108
109
-
With inbuilt themes you can customize the look of the card without doing any [manual customization](#customization).
109
+
With inbuilt themes, you can customize the look of the card without doing any [manual customization](#customization).
110
110
111
111
Use `?theme=THEME_NAME` parameter like so :-
112
112
@@ -137,17 +137,17 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you
137
137
138
138
##### Gradient in bg_color
139
139
140
-
You can provide multiple commaseparated values in bg_color option to render a gradient, the format of the gradient is :-
140
+
You can provide multiple comma-separated values in bg_color option to render a gradient, the format of the gradient is :-
141
141
142
142
```
143
143
&bg_color=DEG,COLOR1,COLOR2,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 a minimum of 2hours and maximum of 24hours
146
+
> Note on cache: Repo cards have a default cache of 4 hours (14400 seconds) if the fork count & star count is less than 1k, otherwise, it's 2 hours (7200 seconds). Also, note that the cache is clamped to a minimum of 2 hours and a maximum of 24 hours
147
147
148
148
#### Stats Card Exclusive Options:
149
149
150
-
-`hide` - Hides the specified items from stats _(Comma seperated values)_
150
+
-`hide` - Hides the specified items from stats _(Comma-separated values)_
151
151
-`hide_title` - _(boolean)_
152
152
-`hide_rank` - _(boolean)_
153
153
-`show_icons` - _(boolean)_
@@ -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 _(Commaseparated 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)_
@@ -177,7 +177,7 @@ You can provide multiple comma separated values in bg_color option to render a g
177
177
178
178
GitHub extra pins allow you to pin more than 6 repositories in your profile using a GitHub readme profile.
179
179
180
-
Yey! You are no longer limited to 6 pinned repositories.
180
+
Yay! You are no longer limited to 6 pinned repositories.
181
181
182
182
### Usage
183
183
@@ -199,9 +199,9 @@ Use [show_owner](#customization) variable to include the repo's owner username
199
199
200
200
# Top Languages Card
201
201
202
-
Top languages card shows github user's top languages which have been mostly used.
202
+
The top languages card shows a GitHub user's top languages which have used the most.
203
203
204
-
_NOTE: Top languages does not indicate my skill level or something like that, it's a github metric of which languages have the most code on github, it's a new feature of github-readme-stats_
204
+
_NOTE: Top Languages does not indicate my skill level or anything like that, it's a GitHub metric of which languages have the most code on GitHub. It's a new feature of github-readme-stats._
205
205
206
206
### Usage
207
207
@@ -306,7 +306,7 @@ You usually won't be able to layout the images side by side. To do that you can
306
306
307
307
#### [Check Out Step By Step Video Tutorial By @codeSTACKr](https://youtu.be/n6d4KHSKqGk?t=107)
308
308
309
-
Since the GitHub API only allows 5k requests per hour, it is possible that my `https://github-readme-stats.vercel.app/api` could hit the rate limiter. If you host it on your own Vercel server, then you don't have to worry about anything. Click on the deploy button to get started!
309
+
Since the GitHub API only allows 5k requests per hour, my `https://github-readme-stats.vercel.app/api` could possibly hit the rate limiter. If you host it on your own Vercel server, then you don't have to worry about anything. Click on the deploy button to get started!
310
310
311
311
NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we should be able to handle more than 5k requests and have no issues with downtime :D
0 commit comments