improve readme

This commit is contained in:
Rene Haas
2022-11-02 18:30:23 +01:00
parent 23f120e164
commit ead1e68da6
+1 -1
View File
@@ -97,7 +97,7 @@ In case the `OverlayScrollbarsComponent` is not enough, you can also use the `us
```js
import { useOverlayScrollbars } from "overlayscrollbars-react";
// example
// example usage
const Component = () => {
const ref = useRef();
const [initialize, instance] = useOverlayScrollbars({ options, events });