Skip to content

Commit 6dc1c1f

Browse files
committed
UPDATE: Added Minimal requirments in Readme.md file
Signed-off-by: dziksu <benjaminrast93@gmail.com>
1 parent f749445 commit 6dc1c1f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
A simple hook for React to receive current window width using `window.requestAnimationFrame` for a better performance.
44

5+
## Requirements
6+
A minimal requirements to use the package:
7+
8+
```json
9+
{
10+
"react": ">=16.8"
11+
}
12+
```
13+
514
## Installation
615

716
Use the package manager yarn or npm to install foobar.

0 commit comments

Comments
 (0)