From 5313c71a0d9cba0c0e4c8f3390555b8c02f4798a Mon Sep 17 00:00:00 2001 From: UncleCode Date: Wed, 1 Jan 2025 17:24:44 +0800 Subject: [PATCH] docs: update REAME browser installation command - Remove Chrome from manual installation command - Keep Chromium as the only default browser in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b06250..6598ad84 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ crawl4ai-doctor If you encounter any browser-related issues, you can install them manually: ```bash -python -m playwright install --with-deps chrome chromium +python -m playwright install --with-deps chromium ``` 2. Run a simple web crawl: