Skip to content

Commit b7e3c4d

Browse files
committed
Change order
1 parent 174f6bb commit b7e3c4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ uv pip install -r requirements.txt
6666
```
6767

6868
Install Browsers in Playwright:
69+
You can install specific browsers by running:
6970
```bash
70-
playwright install
71+
playwright install --with-deps chromium
7172
```
7273

73-
You can also install specific browsers:
74+
To install all browsers:
7475
```bash
75-
playwright install --with-deps chromium
76+
playwright install
7677
```
7778

7879
#### Step 4: Configure Environment

0 commit comments

Comments
 (0)