From 61882229865b88bfcbef25b88330f7ee422d4166 Mon Sep 17 00:00:00 2001
From: samuelvasecka <samuel.vasecka@gmail.com>
Date: Fri, 24 May 2024 13:50:30 +0200
Subject: [PATCH] readme update

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9e187c8..e958b2f 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,11 @@
 
     For more information about working with ADC in a local environment, see [Local development environment](https://cloud.google.com/docs/authentication/provide-credentials-adc#local-dev).
 &nbsp;
+1. In the `GithubFinder.java` on the line `75` remove `"ADD_HERE_YOUR_GITHUB_TOKEN"` and add your own token (go to your GitHub profile -> Settings -> Developer Settings -> Personal access tokens -> tokens -> Generate new token)
 1. Run `./gradlew build`
     You should see: `BUILD SUCCESSFUL`
 
-4. Project should be ready
+1. Project should be ready
 
 # Usage
 
-- 
GitLab