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 |