Skip to content

Commit 5570c1c

Browse files
Update README.md
1 parent 9ec0b8c commit 5570c1c

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,16 @@ It's now embedded in your GitHub Profile! You can still change
4040
the settings. Refer to the details [here](https://github.com/anuraghazra/github-readme-stats).
4141

4242
## App Stat Computation Breakdown
43-
The breakdown of the components:
43+
This is the latest computation and the factors involved:
4444

45-
```
46-
const COMMITS_OFFSET = 1.65;
47-
const CONTRIBS_OFFSET = 1.65;
48-
const ISSUES_OFFSET = 1;
49-
const STARS_OFFSET = 0.75;
50-
const PRS_OFFSET = 0.5;
51-
const FOLLOWERS_OFFSET = 0.45;
52-
const REPO_OFFSET = 1;
53-
```
54-
55-
this is directly from the code of the app itself, so
56-
you want to focus on `commits` and `contrib`.
45+
- **Commits**: 16.67%
46+
- **Pull Requests (PRs)**: 25%
47+
- **Issues**: 8.33%
48+
- **Reviews**: 8.33%
49+
- **Stars**: 33.33%
50+
- **Followers**: 8.33%
51+
52+
Refer to the code for detailed information: [calculateRank.js](https://github.com/anuraghazra/github-readme-stats/blob/master/src/calculateRank.js)
5753

5854
## Rationale
5955
This is not to cheat an app or to fake something.
@@ -171,4 +167,4 @@ be annoyed by that, for sure.
171167

172168
#### <https://github.com/jdevstatic/PureBasic-FileExplorer>
173169

174-
#### <https://github.com/jdevstatic/PureBasic-Scrabble>
170+
#### <https://github.com/jdevstatic/PureBasic-Scrabble>

0 commit comments

Comments
 (0)