diff --git a/README.md b/README.md index 3981af89..59dc8fb4 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ See documentation for [lenis/react](https://github.com/darkroomengineering/lenis | `wheelMultiplier` | `number` | `1` | The multiplier to use for mouse wheel events | | `touchMultiplier` | `number` | `1` | The multiplier to use for touch events | | `normalizeWheel` | `boolean` | `false` | Normalize wheel inputs across browsers (not reliable atm) | -| `infinite` | `boolean` | `false` | Enable infinite scrolling! ([See example](https://codepen.io/ClementRoche/pen/OJqBLod)) | +| `infinite` | `boolean` | `false` | Enable infinite scrolling! `syncTouch: true` is required on touch devices. ([See example](https://codepen.io/ClementRoche/pen/OJqBLod)) | | `autoResize` | `boolean` | `true` | Resize instance automatically based on `ResizeObserver`. If `false` you must resize manually using `.resize()` |