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
> Since the GitHub API only [allows 5k requests per hour](https://docs.github.com/en/graphql/overview/resource-limitations), the public Vercel instance hosted on `https://github-readme-stats.vercel.app/api` could possibly hit the rate limiter (see #1471). Because of this, we have limited the public API to only fetch the first 100 repositories with stars and languages. As a result, for a very active GitHub account, the language, stars and commits results might be off when using the public API. These limits do not apply when you deploy [your own Vercel instance](#deploy-on-your-own-vercel-instance), so in that case, you do not have to worry about anything! :rocket:
100
+
96
101
# GitHub Stats Card
97
102
98
103
Copy-paste this into your markdown content, and that is it. Simple!
@@ -173,7 +178,7 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you
173
178
-`border_radius` - Corner rounding on the card. Default: `4.5`.
174
179
175
180
> **Warning**
176
-
> We use caching to decrease the load on our servers (see https://github.com/anuraghazra/github-readme-stats/issues/1471#issuecomment-1271551425). Our cards have a default cache of 4 hours (14400 seconds). Also, note that the cache is clamped to a minimum of 4 hours and a maximum of 24 hours.
181
+
> We use caching to decrease the load on our servers (see <https://github.com/anuraghazra/github-readme-stats/issues/1471#issuecomment-1271551425>). Our cards have a default cache of 4 hours (14400 seconds). Also, note that the cache is clamped to a minimum of 4 hours and a maximum of 24 hours.
177
182
178
183
##### Gradient in bg_color
179
184
@@ -261,7 +266,7 @@ Use [show_owner](#customization) variable to include the repo's owner username
261
266
The top languages card shows a GitHub user's most frequently used top language.
262
267
263
268
> **Note**
264
-
> Top Languages does not indicate my skill level or anything like that; it's a GitHub metric to determine which languages have the most code on GitHub. It is a new feature of github-readme-stats._
269
+
> Top Languages does not indicate my skill level or anything like that; it's a GitHub metric to determine which languages have the most code on GitHub. It is a new feature of github-readme-stats.\_
0 commit comments