We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a69c20 commit 3a83ca9Copy full SHA for 3a83ca9
README.md
@@ -1,4 +1,4 @@
1
-# React hook use-window-width
+# React hook: useWindowWidth
2
3
A simple hook for React to receive current window width using `window.requestAnimationFrame` for a better performance.
4
@@ -13,7 +13,7 @@ A minimal requirements to use the package:
13
14
## Installation
15
16
-Use the package manager yarn or npm to install foobar.
+Use the package manager yarn or npm to install **react-hook-use-window-width**.
17
18
```bash
19
npm install react-hook-use-window-width
0 commit comments