From a9e28d7a923dd3da0341125e6f2d0d6728a372ba Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Sun, 29 Mar 2026 15:09:09 +0200 Subject: [PATCH] remove unecessary space return --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb2370a..e6992e9 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ L’application a pour objectifs principaux de : 3. Renseignez les variables suivantes : | Variable | Description | -| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `BACKEND_GIT_REPO` | URL HTTPS du dépôt backend sans le préfixe `https://`
(ex : `gitlab.com/user/repo-backend.git`) | +| --------------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `BACKEND_GIT_REPO` | URL HTTPS du dépôt backend sans le préfixe `https://` (ex : `gitlab.com/user/repo-backend.git`) | | `FRONTEND_GIT_REPO` | URL HTTPS du dépôt frontend sans le préfixe `https://` | | `BACKEND_GIT_BRANCH` | Branche de votre dépôt backend à utiliser (ex : `main`, `dev`) | | `FRONTEND_GIT_BRANCH` | Branche de votre dépôt frontend à utiliser |