Skip to content

Commit

Permalink
Small fix, mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 12, 2024
1 parent c6e52f0 commit 5c491cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path_to_output_dir>
```

This would create a file `<path_to_output_dir>/test_data/data-00.json` with about 300 dummy services.
Expand Down

0 comments on commit 5c491cc

Please sign in to comment.