Skip to content

Commit 3bb929a

Browse files
committed
docs: update README.md
1 parent d3b0333 commit 3bb929a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
[![PRs Welcome][pr-badge]][pr-url]
2323
[![All Contributors][all-contributors-badge]](#contributors-)
2424

25-
## Installation
25+
## Prerequisites
2626

27-
You'll first need to install [ESLint](https://eslint.org):
27+
To use this plugin, you must have [Node.js](https://nodejs.org/en/) (`^18.18.0`, `^20.9.0`, or `>=21.1.0`) installed and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
2828

29-
```shell
30-
$ npm install --save-dev eslint
31-
# or
32-
$ yarn add --dev eslint
33-
```
29+
## Installation
30+
31+
You'll first need to [install ESLint](https://eslint.org/docs/latest/use/getting-started).
3432

3533
Next, install `eslint-plugin-testing-library`:
3634

3735
```shell
36+
$ pnpm add --save-dev eslint-plugin-testing-library
37+
# or
3838
$ npm install --save-dev eslint-plugin-testing-library
3939
# or
4040
$ yarn add --dev eslint-plugin-testing-library
@@ -49,6 +49,7 @@ You can find detailed guides for migrating `eslint-plugin-testing-library` in th
4949
- [Migration guide for v4](docs/migration-guides/v4.md)
5050
- [Migration guide for v5](docs/migration-guides/v5.md)
5151
- [Migration guide for v6](docs/migration-guides/v6.md)
52+
- [Migration guide for v7](docs/migration-guides/v7.md)
5253

5354
## Usage
5455

0 commit comments

Comments
 (0)