Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorner committed Apr 12, 2024
1 parent e96de12 commit 02410a8
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 @@ -26,7 +26,7 @@ First, we collect all timelines from all pull requests at a GitHub instance. [`c
```
python3 crawl.py <api_token> <out_dir>
```
[`crawler.py`](crawler.py) also provides the following optional command line arguments:
[`crawl.py`](crawl.py) also provides the following optional command line arguments:
- `--api_url` for the GitHub instance URL (default: `https://api.github.com`)
- `--disable_cache` for disable caching (for larger instances not recommended)
- `--num_workers` for parallel processes (default: 1)
Expand Down

0 comments on commit 02410a8

Please sign in to comment.