docs: fix typo

This commit is contained in:
Ilya Kreymer 2024-04-18 17:19:13 -07:00
parent 51d82598e7
commit 0201fef559

View file

@ -13,7 +13,8 @@ Browsertrix Crawler can analyze an existing crawl to compare what the browser en
To be able to run QA on a crawl, you must first have an existing crawl, for example: To be able to run QA on a crawl, you must first have an existing crawl, for example:
```sh ```sh
docker run -v $PWD/crawls:/crawls/ -it webrecorder/browsertrix-crawler crawl --url https://webrecorder.net/ --collection example-crawl --text to-warc --screenshot view --generateWACZ``` docker run -v $PWD/crawls:/crawls/ -it webrecorder/browsertrix-crawler crawl --url https://webrecorder.net/ --collection example-crawl --text to-warc --screenshot view --generateWACZ
```
Note that this crawl must be run with `--generateWACZ` flag as QA requires a WACZ to work with, and also ideally the `--text to-warc` and `--screenshot view` flags as well (see below for more details on comparison dimensions). Note that this crawl must be run with `--generateWACZ` flag as QA requires a WACZ to work with, and also ideally the `--text to-warc` and `--screenshot view` flags as well (see below for more details on comparison dimensions).