Skip to content

Commit 13c9fcd

Browse files
committed
Attempt to make minimum peer depenedency versions more prominent in docs
Fixes #183
1 parent 161611f commit 13c9fcd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ npm install react@^16.9.0
126126
npm install --save-dev react-test-renderer@^16.9.0
127127
```
128128

129-
Both of these dependecies must be installed as at least version `16.9.0` to be compatible with
130-
`react-hooks-testing-library`.
129+
> **NOTE: The minimum supported version of `react` and `react-test-renderer` is `^16.9.0`.**
131130
132131
## API
133132

docs/introduction.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ npm install react@^16.9.0
7878
npm install --save-dev react-test-renderer@^16.9.0
7979
```
8080

81-
Both of these dependecies must be installed as at least version `16.9.0` to be compatible with
82-
`react-hooks-testing-library`.
81+
> **NOTE: The minimum supported version of `react` and `react-test-renderer` is `^16.9.0`.**
8382
8483
## Testing Framework
8584

0 commit comments

Comments
 (0)