From b7e54f394908865b6399d7bc52c66776b2bd1438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C3=A9onore=20Charles?= Date: Thu, 3 Apr 2025 11:03:33 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c501ad7..10a7231 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You should configure credentials by setting the `GITHUB_TOKEN` environment varia
How to get a GitHub Token? -Run the `setup.py` python script to create a `.env` file with the GitHub Token. +Run the `authenticate.py` python script to create a `.env` file with the GitHub Token. > IMPORTANT >