Skip to content

Commit d4f1a5d

Browse files
authored
docs: grammar/Clarity Fixes. (#3463)
* Fixed Grammar * Grammar Fixes * Grammar Fixes
1 parent f26b83d commit d4f1a5d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

readme.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@
6565
</p>
6666
</p>
6767

68-
<p align="center">Please note that documentation translations may be outdated, try to use english documentation if possible.</p>
68+
<p align="center">Please note that documentation translations may be outdated; try to use English documentation if possible.</p>
6969

7070
<p align="center">Love the project? Please consider <a href="https://www.paypal.me/anuraghazra">donating</a> to help it improve!</p>
7171

7272
<a href="https://indiafightscorona.giveindia.org">
7373
<img src="https://cfstatic.give.do/logo.png" alt="Give india logo" width="200" />
7474
</a>
7575

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!!!
7777

7878
<img src="https://cfstatic.give.do/910ede2a-7892-43fe-8c8a-dea45e96d950.webp" alt="Picture of Coromandel Express train tragedy" width="35%">
7979

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.
8181

8282
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:
8383

@@ -129,11 +129,11 @@ Please visit [this link](https://give.do/fundraisers/stand-beside-the-victims-of
129129
<img alt="Uptime Badge" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fgithub-readme-stats-git-monitoring-github-readme-stats-team.vercel.app%2Fapi%2Fstatus%2Fup%3Ftype%3Dshields">
130130

131131
> [!IMPORTANT]\
132-
> 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.
133133
134134
# GitHub Stats Card
135135

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!
137137

138138
Change the `?username=` value to your GitHub username.
139139

@@ -142,10 +142,10 @@ Change the `?username=` value to your GitHub username.
142142
```
143143

144144
> [!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.
146146
147147
> [!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.
149149
150150
### Hiding individual stats
151151

@@ -191,7 +191,7 @@ GitHub Readme Stats comes with several built-in themes (e.g. `dark`, `radical`,
191191

192192
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="GitHub Readme Stats Themes" width="600px"/>
193193

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 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.
195195

196196
#### Responsive Card Theme
197197

@@ -291,10 +291,10 @@ You can customize the appearance of all your cards however you wish with URL par
291291
* `title_color` - Card's title color *(hex color)*. Default: `2f80ed`.
292292
* `text_color` - Body text color *(hex color)*. Default: `434d58`.
293293
* `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).
295295
* `bg_color` - Card's background color *(hex color)* **or** a gradient in the form of *angle,start,end*. Default: `fffefe`
296296
* `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.
298298
* `cache_seconds` - Sets the cache header manually *(min: 21600, max: 86400)*. Default: `21600 seconds (6 hours)`.
299299
* `locale` - Sets the language in the card, you can check full list of available locales [here](#available-locales). Default: `en`.
300300
* `border_radius` - Corner rounding on the card. Default: `4.5`.
@@ -364,7 +364,7 @@ If we don't support your language, please consider contributing! You can find mo
364364

365365
#### Stats Card Exclusive Options
366366

367-
* `hide` - Hides the [specified items](#hiding-individual-stats) from stats *(Comma-separated values)*. Default: `[] (blank array)`.
367+
* `hide` - Hides the [specified items](#hiding-individual-stats) from stats *(comma-separated values)*. Default: `[] (blank array)`.
368368
* `hide_title` - *(boolean)*. Default: `false`.
369369
* `card_width` - Sets the card's width manually *(number)*. Default: `500px (approx.)`.
370370
* `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.
480480
> 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.
481481
482482
> [!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.
484484
485485
> [!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.
487487
488488
### Usage
489489

@@ -800,7 +800,7 @@ Since the GitHub API only allows 5k requests per hour, my `https://github-readme
800800

801801
Github Readme Stats contains several Vercel environment variables that can be used to remove the rate limit protections:
802802

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.
804804

805805
See [the Vercel documentation](https://vercel.com/docs/concepts/projects/environment-variables) on adding these environment variables to your Vercel instance.
806806

@@ -815,9 +815,9 @@ this takes time. You can use this service for free.
815815

816816
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:
817817

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-
* [![paypal.me/anuraghazra](https://ionicabizau.github.io/badges/paypal.svg)](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+
* [![paypal.me/anuraghazra](https://ionicabizau.github.io/badges/paypal.svg)](https://www.paypal.me/anuraghazra) - You can make a one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
821821

822822
Thanks! :heart:
823823

0 commit comments

Comments
 (0)