diff --git a/README.md b/README.md index 18e6160..9cf5dee 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,12 @@ Le backend expose une **API** **REST** sécurisée utilisée par : Créer un fichier `.env` à la racine du projet : -```env **PORT**=**5000** -DATABASE_URL="postgresql://postgres:password@localhost:**5432**/the_tip_top_db* +```env **PORT**=**5000**``` -JWT_SECRET=*your_secret_key" ``` +```DATABASE_URL="postgresql://postgres:password@localhost:**5432**/the_tip_top_db*``` + +```JWT_SECRET=*your_secret_key" ``` ---