Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Change the `?username=` value to your GitHub's username.

_Note: Available ranks are S+ (top 1%), S (top 25%), A++ (top 45%), A+ (top 60%), and B+ (everyone).
The values are calculated by using the [cumulative distribution function](https://en.wikipedia.org/wiki/Cumulative_distribution_function) using commits, contributions, issues, stars, pull requests, followers, and owned repositories.
The implementation is can be investigated at [src/calculateRank.js](./src/calculateRank.js)_
The implementation can be investigated at [src/calculateRank.js](./src/calculateRank.js)_

### Hiding individual stats

Expand Down Expand Up @@ -131,7 +131,7 @@ You can look at a preview for [all available themes](./themes/README.md) or chec

### Customization

You can customize the appearance of your `Stats Card` or `Repo Card` however you want with URL params.
You can customize the appearance of your `Stats Card` or `Repo Card` however you wish with URL params.

#### Common Options:

Expand All @@ -152,7 +152,7 @@ You can provide multiple comma-separated values in bg_color option to render a g
&bg_color=DEG,COLOR1,COLOR2,COLOR3...COLOR10
```

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

#### Stats Card Exclusive Options:

Expand All @@ -168,7 +168,7 @@ You can provide multiple comma-separated values in bg_color option to render a g

#### Repo Card Exclusive Options:

- `show_owner` - Show the owner name of the repo _(boolean)_
- `show_owner` - Show the repo's owner name _(boolean)_

#### Language Card Exclusive Options:

Expand Down Expand Up @@ -222,7 +222,7 @@ Use [show_owner](#customization) variable to include the repo's owner username

# Top Languages Card

The top languages card shows a GitHub user's top languages which have used the most.
The top languages card show a GitHub user's most frequently used top language.

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

Expand Down Expand Up @@ -395,7 +395,7 @@ NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
this takes time. You can use this service for free.

However, if you are using this project and happy with it or just want to encourage me to continue creating stuff, there are few ways you can do it :-
However, if you are using this project and are happy with it or just want to encourage me to continue creating stuff, there are few ways you can do it :-

- Giving proper credit when you use github-readme-stats on your readme, linking back to it :D
- Starring and sharing the project :rocket:
Expand Down