Fix typos in csv feeder docs (in manifest)

pull/189/head
Patrick Robertson 2025-02-04 13:40:07 +01:00
rodzic 78e6418249
commit 034197a81f
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -30,7 +30,8 @@
- Allows specifying the column number or name to extract URLs from.
- Skips header rows if the first value is not a valid URL.
### Setu N
- Input files should be formatted with one URL per line.
### Setup
- Input files should be formatted with one URL per line, with or without a header row.
- If you have a header row, you can specify the column number or name to read URLs from using the 'column' config option.
"""
}