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 0c498b0 commit c13e875Copy full SHA for c13e875
README.md
@@ -19,7 +19,7 @@ withScrollDirection(Component[, offsetThreshold = 0])
19
```javascript
20
import withScrollDirection, {
21
SCROLL_DIRECTION_DOWN,
22
-} from '@serafinomb/with-scroll-direction';
+} from '@serafinomb/react-scroll-direction';
23
24
const HEADER_HEIGHT_PX = 200;
25
0 commit comments