From 5c491cca4a8c494ce379396bb99c73b77d131aeb Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Tue, 12 Nov 2024 14:18:12 -0500 Subject: [PATCH] Small fix, mismatch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c07b37e..ea6c519 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ docker compose --env-file .env.development --profile frontend -f docker-compose. If you want to test the system without real data, you can generate some dummy testing data: ```bash -python3 scripts/generate_test_data.py +python3 scripts/generate_test_data.py --output-dir ``` This would create a file `/test_data/data-00.json` with about 300 dummy services.