From 8ba21866869c4263ed5953abb110e3a786eac881 Mon Sep 17 00:00:00 2001 From: ReekyStive Date: Tue, 13 Sep 2022 17:57:17 +0800 Subject: [PATCH] Fix API_BASE_URL default value in README --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 59e7be4..beb8e8f 100644 --- a/README.md +++ b/README.md @@ -74,17 +74,17 @@ A GitHub repository and a README file is required. We'll be making use of readme There are many flags that you can tweak to suit your taste! -| Flag | Default | Options | Meaning | -| ------------------ | -------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | -| `API_BASE_URL` | `https://wakapi.dev/api` | `https://wakapi.dev/api`, `https://hakatime.mtx-dev.xyz/api` | Integration with WakaTime compatible services like [Wakapi][wakapi] & [Hakatime][hakatime] are possible | -| `REPOSITORY` | `/` | `/` | Waka-readme stats will appear on the provided repository | -| `COMMIT_MESSAGE` | `Updated waka-readme graph with new metrics` | anything else! | Messaged used when committing updated stats | -| `SHOW_TITLE` | `false` | `false`, `true` | Add title to waka-readme stats blob | -| `BLOCKS` | `░▒▓█` | `░▒▓█`, `⣀⣄⣤⣦⣶⣷⣿`, `-#`, you can be creative! | Ascii art used to build stats graph | -| `TIME_RANGE` | `last_7_days` | `last_7_days`, `last_30_days`, `last_6_months`, `last_year`, `all_time` | String representing a dispensation from which stats are aggregated | -| `SHOW_TIME` | `true` | `false`, `true` | Displays the amount of time spent for each language | -| `SHOW_TOTAL` | `false` | `false`, `true` | Show total coding time | -| `SHOW_MASKED_TIME` | `false` | `false`, `true` | Adds total coding time including unclassified languages (overrides: `SHOW_TOTAL`) | +| Flag | Default | Options | Meaning | +| ------------------ | -------------------------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| `API_BASE_URL` | `https://wakatime.com/api` | `https://wakatime.com/api`, `https://wakapi.dev/api`, `https://hakatime.mtx-dev.xyz/api` | Integration with WakaTime compatible services like [Wakapi][wakapi] & [Hakatime][hakatime] are possible | +| `REPOSITORY` | `/` | `/` | Waka-readme stats will appear on the provided repository | +| `COMMIT_MESSAGE` | `Updated waka-readme graph with new metrics` | anything else! | Messaged used when committing updated stats | +| `SHOW_TITLE` | `false` | `false`, `true` | Add title to waka-readme stats blob | +| `BLOCKS` | `░▒▓█` | `░▒▓█`, `⣀⣄⣤⣦⣶⣷⣿`, `-#`, you can be creative! | Ascii art used to build stats graph | +| `TIME_RANGE` | `last_7_days` | `last_7_days`, `last_30_days`, `last_6_months`, `last_year`, `all_time` | String representing a dispensation from which stats are aggregated | +| `SHOW_TIME` | `true` | `false`, `true` | Displays the amount of time spent for each language | +| `SHOW_TOTAL` | `false` | `false`, `true` | Show total coding time | +| `SHOW_MASKED_TIME` | `false` | `false`, `true` | Adds total coding time including unclassified languages (overrides: `SHOW_TOTAL`) | # Example