Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed Apr 24, 2024
1 parent 7a07982 commit 2fa5eac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -98,7 +98,8 @@ primary guiding principle is:

This module is distributed via [npm][npm] which is bundled with [node][node] and
should be installed as one of your project's `devDependencies`.
Starting from RTL version 16, you'll also need to install `@testing-library/dom`:
Starting from RTL version 16, you'll also need to install
`@testing-library/dom`:

```
npm install --save-dev @testing-library/react @testing-library/dom
Expand All @@ -112,7 +113,8 @@ for installation via [yarn][yarn]
yarn add --dev @testing-library/react @testing-library/dom
```

This library has `peerDependencies` listings for `react`, `react-dom` and starting from RTL version 16 also `@testing-library/dom`.
This library has `peerDependencies` listings for `react`, `react-dom` and
starting from RTL version 16 also `@testing-library/dom`.

_React Testing Library versions 13+ require React v18. If your project uses an
older version of React, be sure to install version 12:_
Expand Down

0 comments on commit 2fa5eac

Please sign in to comment.