Skip to content

Commit ac73609

Browse files
committed
Add container element in example
1 parent 08ab4ee commit ac73609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Include it in your App
2929

3030
```jsx
3131
const App = () => (
32-
<>
32+
<div>
3333
<CustomCursor
3434
targets={['.link', '.your-css-selector']}
3535
customClass='custom-cursor'
@@ -42,7 +42,7 @@ const App = () => (
4242
}}
4343
targetOpacity={0.5}
4444
/>
45-
</>
45+
</div>
4646
);
4747
```
4848

0 commit comments

Comments
 (0)