Skip to content

Commit f63f927

Browse files
committed
fix typo
1 parent 5baac84 commit f63f927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Crawl4LLM
1+
# Craw4LLM
22

3-
This repo contains the code for the paper "[Crawl4LLM: Efficient Web Crawling for LLM Pretraining](https://arxiv.org/pdf/2502.13347)".
3+
This repo contains the code for the paper "[Craw4LLM: Efficient Web Crawling for LLM Pretraining](https://arxiv.org/pdf/2502.13347)".
44

55
## Prerequisite
66

@@ -26,7 +26,7 @@ To run a (simulated) crawl, first create a yaml configuration file under `config
2626
python crawl.py crawl --config <path_to_your_config_file>
2727
```
2828

29-
### Crawl4LLM
29+
### Craw4LLM
3030

3131
Create a yaml file in `configs/` with the following content:
3232

0 commit comments

Comments
 (0)