From edb42abcdcd5cc32e8308b7d021393053d3fd8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 14 Oct 2024 14:09:43 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20nom=20du=20d=C3=A9p?= =?UTF-8?q?=C3=B4t=20dans=20le=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.fr.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.fr.md b/README.fr.md index 842a431..486c129 100644 --- a/README.fr.md +++ b/README.fr.md @@ -24,7 +24,7 @@ Avant de commencer, assurez-vous d'avoir installé les éléments suivants sur v 2. Clonez le dépôt : ``` - git clone https://github.com/votrenomdutilisateur/reel-caption-maker.git + git clone https://git.jevalide.ca/partage/reel-caption-maker.git cd reel-caption-maker ``` ### Utilisation de Python en local diff --git a/README.md b/README.md index 2fdbf9f..55d4708 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Before you begin, make sure you have the following installed on your computer: 2. Clone the repository: ``` -git clone https://github.com/yourusername/reel-caption-maker.git +git clone https://git.jevalide.ca/partage/reel-caption-maker.git cd reel-caption-maker ```