From 178306895b14b55f8c4cc72e8acf5d02831b757d Mon Sep 17 00:00:00 2001
From: David Smadja <david.smadja@assemblee-nationale.fr>
Date: Thu, 20 Mar 2025 14:59:09 +0100
Subject: [PATCH] update generate yaml script and readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4734c0fe5..1c03b3b74 100644
--- a/README.md
+++ b/README.md
@@ -233,7 +233,7 @@ $: console.log(parameterSmicMensuel, smicValue)
 ### Générer les YAML de test OpenFisca à partir des cas-type LexImpact
 
 ```bash
-npx tsx src/scripts/generate_openfisca_tests_yaml.ts -y 2025 --openfisca_venv /home/cafe/apps/openfisca-france/.venv ../../openfisca-france/tests/leximpact/
+npx tsx src/scripts/generate_openfisca_tests_yaml.ts -y 2025 --openfisca_venv /path/to/openfisca-france/.venv ../../openfisca-france/tests/leximpact/
 ```
 
 - Le paramètre `year` (-y) générera les variables d'output pour l'année `year`
-- 
GitLab