From 3d3b74656d544b626c279ccadd3874a085e0c2c4 Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:13:27 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c89c2a1..153e956 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Analyze and archive GitHub repo contributors Run `node contributors.js` from your terminal This will -* Fetch data from Github APIs and prepare a leaderboard of all the contributors to (default "Git-Commit-Show" org) the user or org you mention in `contributors.js` +* Fetch data from Github APIs and prepare a leaderboard of all the contributors to (default "Git-Commit-Show" org) the user or org you mention in REPO_OWNER variable inside `contributors.js` * Save the leaderboard in a csv file in the same folder You will hit the API limits soon. To increase API limits, add GITHUB_PERSONAL_TOKEN in `contributors.js`