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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Change the `?username=` value to your GitHub username.
137
137
>By default, the stats card only shows statistics like stars, commits and pull requests from public repositories. To show private statistics on the stats card, you should[deploy your own instance](#deploy-on-your-own) using your own GitHub API token.
138
138
139
139
>[!NOTE]\
140
-
>Available ranks are S (top 1%), A+ (12.5%), A (25%), A- (37.5%), B+ (50%), B (62.5%), B- (75%), C+ (87.5%) and C (everyone). This ranking scheme is based on the[Japanese academic grading](https://wikipedia.org/wiki/Academic_grading_in_Japan) system. The global percentile is calculated as a weighted sum of percentiles for each statistic (number of commits, pull requests, reviews, issues, stars and followers), based on the cumulative distribution function of the[exponential](https://wikipedia.org/wiki/exponential_distribution) and the[log-normal](https://wikipedia.org/wiki/Log-normal_distribution) distributions. The implementation can be investigated at[src/calculateRank.js](./src/calculateRank.js). The circle around the rank shows 100 minus the global percentile.
140
+
>Available ranks are S (top 1%), A+ (12.5%), A (25%), A- (37.5%), B+ (50%), B (62.5%), B- (75%), C+ (87.5%) and C (everyone). This ranking scheme is based on the[Japanese academic grading](https://wikipedia.org/wiki/Academic_grading_in_Japan) system. The global percentile is calculated as a weighted sum of percentiles for each statistic (number of commits, pull requests, reviews, issues, stars and followers), based on the cumulative distribution function of the[exponential](https://wikipedia.org/wiki/exponential_distribution) and the[log-normal](https://wikipedia.org/wiki/Log-normal_distribution) distributions. The implementation can be investigated at[src/calculateRank.js](src/calculateRank.js). The circle around the rank shows 100 minus the global percentile.
141
141
142
142
###Hiding individual stats
143
143
@@ -183,7 +183,7 @@ GitHub Readme Stats comes with several built-in themes (e.g. `dark`, `radical`,
You can look at a preview for[all available themes](./themes/README.md) or checkout the[theme config file](./themes/index.js). You can also contribute new themes if you like, contributing guidelines can be found[here](./CONTRIBUTING.md#themes-contribution).
186
+
You can look at a preview for[all available themes](themes/README.md) or checkout the[theme config file](themes/index.js). You can also contribute new themes if you like, contributing guidelines can be found[here](CONTRIBUTING.md#themes-contribution).
187
187
188
188
####Responsive Card Theme
189
189
@@ -209,7 +209,7 @@ We have included a `transparent` theme that has a transparent background. This t
209
209
210
210
#####Add transparent alpha channel to a themes bg\_color
211
211
212
-
You can use the`bg_color` parameter to make any of[the available themes](./themes/README.md) transparent. This is done by setting the`bg_color` to a color with a transparent alpha channel (i.e.`bg_color=00000000`):
212
+
You can use the`bg_color` parameter to make any of[the available themes](themes/README.md) transparent. This is done by setting the`bg_color` to a color with a transparent alpha channel (i.e.`bg_color=00000000`):
*`locale` - Sets the language in the card, you can check full list of available locales[here](#available-locales). Default:`en`.
292
292
*`border_radius` - Corner rounding on the card. Default:`4.5`.
@@ -745,7 +745,7 @@ Since the GitHub API only allows 5k requests per hour, my `https://github-readme
745
745
>Since[#58](https://github.com/anuraghazra/github-readme-stats/pull/58), we should be able to handle more than 5k requests and have fewer issues with downtime:grin:.
746
746
747
747
>[!NOTE]\
748
-
>If you are on the[Pro (i.e. paid)](https://vercel.com/pricing) Vercel plan, the[maxDuration](https://vercel.com/docs/concepts/projects/project-configuration#value-definition) value found in the[Vercel.json](https://github.com/anuraghazra/github-readme-stats/blob/master/vercel.json) can be increased when your Vercel instance frequently times out during the card request. You are advised to keep this value lower than`30` seconds to prevent high memory usage.
748
+
>If you are on the[Pro (i.e. paid)](https://vercel.com/pricing) Vercel plan, the[maxDuration](https://vercel.com/docs/concepts/projects/project-configuration#value-definition) value found in the[Vercel.json](vercel.json) can be increased when your Vercel instance frequently times out during the card request. You are advised to keep this value lower than`30` seconds to prevent high memory usage.
749
749
750
750
[](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)