From d6cc52f563dc13f6b2d984bd57107bc67dc6a48c Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 21 Sep 2023 09:51:38 +0200 Subject: [PATCH 1/2] documentation --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36ef709..cf820a5 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,13 @@ This project displays the user statistics for members of the DTCH PUBG Clan. cd [project-directory] \`\`\` -3. Update the `config/config.php` file with the appropriate API key and clan members. +3. Rename the `config/config.php.rename` to `config/config.php`. -4. Host the project on a PHP server (like Apache). +4. Update the `config/config.php` file with the appropriate API key and clan members. -5. Access the `user_stats.php` in your browser to view the stats. +5. Host the project on a PHP server (like Apache). + +6. Access the `user_stats.php` in your browser to view the stats. ## Usage -- 2.49.1 From 959dd5d6fc429604106e4eb19802ecb9cacc1cd4 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 21 Sep 2023 10:09:42 +0200 Subject: [PATCH 2/2] codeowner --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..db0aacf --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @thijs@opzeker.it \ No newline at end of file -- 2.49.1