Skip to content

Commit

Permalink
docs: update documentation with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 21, 2024
1 parent 61f2d4f commit 3cb113e
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@ starring this repository if you find it useful! ⭐️
```
🕰️ I get my jam on during the evening!
🌞 Morning 180 commits ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.38%
🌆 Daytime 881 commits ████████████████░░░░░░░░░░░░░░ 21.44%
🌃 Evening 1617 commits ██████████████████████████████ 39.35%
🌙 Night 1431 commits ██████████████████████████░░░░ 34.83%
🌞 Morning 180 commits ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.37%
🌆 Daytime 881 commits ████████████████░░░░░░░░░░░░░░ 21.38%
🌃 Evening 1619 commits ██████████████████████████████ 39.30%
🌙 Night 1440 commits ██████████████████████████░░░░ 34.95%
```

```
📅 I'm most productive on Saturdays!
Monday 666 commits ██████████████████████████░░░░ 16.21%
Tuesday 635 commits █████████████████████████░░░░░ 15.45%
Wednesday 500 commits ████████████████████░░░░░░░░░░ 12.17%
Thursday 468 commits ██████████████████░░░░░░░░░░░░ 11.39%
Friday 485 commits ███████████████████░░░░░░░░░░░ 11.80%
Saturday 743 commits ██████████████████████████████ 18.08%
Sunday 612 commits ████████████████████████░░░░░░ 14.89%
Monday 666 commits ██████████████████████████░░░░ 16.17%
Tuesday 635 commits █████████████████████████░░░░░ 15.41%
Wednesday 500 commits ████████████████████░░░░░░░░░░ 12.14%
Thursday 468 commits ██████████████████░░░░░░░░░░░░ 11.36%
Friday 485 commits ███████████████████░░░░░░░░░░░ 11.77%
Saturday 750 commits ██████████████████████████████ 18.20%
Sunday 616 commits ████████████████████████░░░░░░ 14.95%
```

```
🧪 Python for the win!
Python 21 repos ██████████████████████████████ 15.22%
HTML 11 repos ███████████████░░░░░░░░░░░░░░░ 7.97%
Shell 10 repos ██████████████░░░░░░░░░░░░░░░░ 7.25%
C 10 repos ██████████████░░░░░░░░░░░░░░░░ 7.25%
Makefile 10 repos ██████████████░░░░░░░░░░░░░░░░ 7.25%
Shell 10 repos ██████████████░░░░░░░░░░░░░░░░ 7.25%
```

## Installation
Expand All @@ -60,8 +60,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.PAT }}
TIMEZONE: "America/Winnipeg"
INCLUDES:
"--include DAY_STATS --include WEEK_STATS --include LANGUAGE_STATS"
INCLUDES: "DAY_STATS WEEK_STATS LANGUAGE_STATS"
```
Next, generate a Personal Access Token (PAT) in your
Expand Down Expand Up @@ -111,7 +110,7 @@ To include daily, weekly, and language statistics, set the `INCLUDES` parameter
as follows:

```yaml
INCLUDES: "--include DAY_STATS --include WEEK_STATS --include LANGUAGE_STATS"
INCLUDES: "DAY_STATS WEEK_STATS LANGUAGE_STATS"
```

## Configuration
Expand Down

0 comments on commit 3cb113e

Please sign in to comment.