From 3cb113e9822521421ed3760498318e474181c5b2 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Sat, 21 Dec 2024 16:27:56 -0600 Subject: [PATCH] docs: update documentation with recent changes --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e07a887..db6fe10 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,22 @@ 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% ``` ``` @@ -31,9 +31,9 @@ Sunday 612 commits █████████████████ 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 @@ -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 @@ -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