Skip to content

Commit e66667d

Browse files
committed
docs(readme): remove Yarn-specific installation instructions
1 parent 8e3c229 commit e66667d

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,12 @@ All of your favorite user-centric querying functions from **@testing-library/rea
3535
### 1. Install
3636

3737
```bash
38-
# For use with Playwright
39-
npm install --save-dev playwright-testing-library
40-
41-
# For use with Playwright Test
38+
# For use with Playwright Test (@playwright/test)
4239
npm install --save-dev @playwright-testing-library/test
43-
```
4440

45-
or
46-
47-
```bash
48-
# For use with Playwright
49-
yarn add --dev playwright-testing-library
41+
# For use with Playwright (playwright)
42+
npm install --save-dev playwright-testing-library
5043

51-
# For use with Playwright Test
52-
yarn add --dev @playwright-testing-library/test
5344
```
5445

5546
### 2a. Use _Playwright Test [fixture](https://playwright.dev/docs/test-fixtures)_

0 commit comments

Comments
 (0)