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
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -65,19 +65,19 @@
65
65
</p>
66
66
</p>
67
67
68
-
<palign="center">Please note that documentation translations may be outdated, try to use english documentation if possible.</p>
68
+
<palign="center">Please note that documentation translations may be outdated; try to use English documentation if possible.</p>
69
69
70
70
<palign="center">Love the project? Please consider <ahref="https://www.paypal.me/anuraghazra">donating</a> to help it improve!</p>
71
71
72
72
<ahref="https://indiafightscorona.giveindia.org">
73
73
<imgsrc="https://cfstatic.give.do/logo.png"alt="Give india logo"width="200" />
74
74
</a>
75
75
76
-
Are you considering supporting the project by donating to me? Please DO NOT!!
76
+
Are you considering supporting the project by donating to me? Please DO NOT!!!
77
77
78
78
<imgsrc="https://cfstatic.give.do/910ede2a-7892-43fe-8c8a-dea45e96d950.webp"alt="Picture of Coromandel Express train tragedy"width="35%">
79
79
80
-
India just suffered one of the most devastating train accident and your help will be immensely valuable for the people who were affected by this tragedy.
80
+
India has recently suffered one of the most devastating train accidents, and your help will be immensely valuable for the people who were affected by this tragedy.
81
81
82
82
Please visit [this link](https://give.do/fundraisers/stand-beside-the-victims-of-the-coromandel-express-train-tragedy-in-odisha-donate-now) and make a small donation to help the people in need. A small donation goes a long way. :heart:
> We're a small team, and to prioritize, we rely on upvotes :+1:. We use Top issues dashboard for tracking community demand (see [#1935](https://github.com/anuraghazra/github-readme-stats/issues/1935)). Do not hesitate to upvote the issues and pull requests you are interested in. We will work on the most upvoted first.
132
+
> We're a small team, and to prioritize, we rely on upvotes :+1:. We use the Top Issues dashboard for tracking community demand (see [#1935](https://github.com/anuraghazra/github-readme-stats/issues/1935)). Do not hesitate to upvote the issues and pull requests you are interested in. We will work on the most upvoted first.
133
133
134
134
# GitHub Stats Card
135
135
136
-
Copy-paste this into your markdown content, and that is it. Simple!
136
+
Copy and paste this into your markdown, and that's it. Simple!
137
137
138
138
Change the `?username=` value to your GitHub username.
139
139
@@ -142,10 +142,10 @@ Change the `?username=` value to your GitHub username.
142
142
```
143
143
144
144
> [!WARNING]\
145
-
> 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.
145
+
> 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.
146
146
147
147
> [!NOTE]\
148
-
> 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](https://github.com/anuraghazra/github-readme-stats/blob/master/src/calculateRank.js). The circle around the rank shows 100 minus the global percentile.
148
+
> 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](https://github.com/anuraghazra/github-readme-stats/blob/master/src/calculateRank.js). The circle around the rank shows 100 minus the global percentile.
149
149
150
150
### Hiding individual stats
151
151
@@ -191,7 +191,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). Please note that we paused addition of new themes to decrease maintenance efforts, all pull requests related to new themes will be closed.
194
+
You can look at a preview for [all available themes](themes/README.md) or checkout the [theme config file](themes/index.js). Please note that we paused the addition of new themes to decrease maintenance efforts; all pull requests related to new themes will be closed.
195
195
196
196
#### Responsive Card Theme
197
197
@@ -291,10 +291,10 @@ You can customize the appearance of all your cards however you wish with URL par
291
291
*`title_color` - Card's title color *(hex color)*. Default: `2f80ed`.
292
292
*`text_color` - Body text color *(hex color)*. Default: `434d58`.
293
293
*`icon_color` - Icons color if available *(hex color)*. Default: `4c71f2`.
294
-
*`border_color` - Card's border color *(hex color)*. Default: `e4e2e2` (Does not apply when `hide_border` is enabled).
294
+
*`border_color` - Card's border color *(hex color)*. Default: `e4e2e2` (does not apply when `hide_border` is enabled).
295
295
*`bg_color` - Card's background color *(hex color)***or** a gradient in the form of *angle,start,end*. Default: `fffefe`
296
296
*`hide_border` - Hides the card's border *(boolean)*. Default: `false`
297
-
*`theme` - Name of the theme, choose from [all available themes](themes/README.md). Default: `default` theme.
297
+
*`theme` - Name of the theme; choose from [all available themes](themes/README.md). Default: `default` theme.
*`hide_rank` - *(boolean)* hides the rank and automatically resizes the card width. Default: `false`.
@@ -480,10 +480,10 @@ The top languages card shows a GitHub user's most frequently used languages.
480
480
> Top Languages does not indicate the user's 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.
481
481
482
482
> [!WARNING]\
483
-
> This card shows languages usage only inside your own non-forked repositories, not depending from who is the author of the commits. It does not include your contributions into another users/organizations repositories. Currently there are no way to get this data from GitHub API. If you want this behavior to be improved you can support [this feature request](https://github.com/orgs/community/discussions/18230) created by [@rickstaa](https://github.com/rickstaa) inside GitHub Community.
483
+
> This card shows language usage only inside your own non-forked repositories, not depending on who the author of the commits is. It does not include your contributions into another users/organizations repositories. Currently there are no way to get this data from GitHub API. If you want this behavior to be improved you can support [this feature request](https://github.com/orgs/community/discussions/18230) created by [@rickstaa](https://github.com/rickstaa) inside GitHub Community.
484
484
485
485
> [!WARNING]\
486
-
> Currently this card shows data only about first 100 repositories. This is because GitHub API limitations which cause downtimes of public instance (see [#1471](https://github.com/anuraghazra/github-readme-stats/issues/1471)). In future this behavior will be improved by releasing GitHub action or providing environment variable for user's own instances.
486
+
> Currently this card shows data only about first 100 repositories. This is because GitHub API limitations which cause downtimes of public instances (see [#1471](https://github.com/anuraghazra/github-readme-stats/issues/1471)). In future this behavior will be improved by releasing GitHub action or providing environment variables for user's own instances.
487
487
488
488
### Usage
489
489
@@ -800,7 +800,7 @@ Since the GitHub API only allows 5k requests per hour, my `https://github-readme
800
800
801
801
Github Readme Stats contains several Vercel environment variables that can be used to remove the rate limit protections:
802
802
803
-
*`CACHE_SECONDS`: This environment variable takes precedence over our cache minimum and maximum values and can circumvent these values for self Hosted Vercel instances.
803
+
*`CACHE_SECONDS`: This environment variable takes precedence over our cache minimum and maximum values and can circumvent these values for self-hosted Vercel instances.
804
804
805
805
See [the Vercel documentation](https://vercel.com/docs/concepts/projects/environment-variables) on adding these environment variables to your Vercel instance.
806
806
@@ -815,9 +815,9 @@ this takes time. You can use this service for free.
815
815
816
816
However, if you are using this project and are happy with it or just want to encourage me to continue creating stuff, there are a few ways you can do it:
817
817
818
-
* Giving proper credit when you use github-readme-stats on your readme, linking back to it :D
819
-
* Starring and sharing the project :rocket:
820
-
*[](https://www.paypal.me/anuraghazra) - You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
818
+
* Giving proper credit when you use github-readme-stats on your readme, linking back to it.:D
819
+
* Starring and sharing the project.:rocket:
820
+
*[](https://www.paypal.me/anuraghazra) - You can make a one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
0 commit comments