Skip to content

Commit 2fa5eac

Browse files
committed
fix formatting
1 parent 7a07982 commit 2fa5eac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ primary guiding principle is:
9898

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

103104
```
104105
npm install --save-dev @testing-library/react @testing-library/dom
@@ -112,7 +113,8 @@ for installation via [yarn][yarn]
112113
yarn add --dev @testing-library/react @testing-library/dom
113114
```
114115

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

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

0 commit comments

Comments
 (0)