Skip to content

Commit

Permalink
Fix config.toml path in Readme (#168)
Browse files Browse the repository at this point in the history
Closes #166
  • Loading branch information
maudetes authored Sep 24, 2024
1 parent 4dd11e4 commit a3c5359
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 @@ -43,7 +43,7 @@ Install udata-hydra dependencies and cli.

`poetry run udata-hydra-crawl`

It will crawl (forever) the catalog according to config set in `udata_hydra/config.toml`, with a default config in `udata_hydra/config_default.toml`.
It will crawl (forever) the catalog according to the config set in `config.toml`, with a default config in `udata_hydra/config_default.toml`.

`BATCH_SIZE` URLs are queued at each loop run.

Expand Down

0 comments on commit a3c5359

Please sign in to comment.