Skip to content

Commit 7a0578e

Browse files
authored
Merge pull request #1 from rohittechzone/patch-1
EmojiCursor is imported but DefaultCursor is added. Updated import to DefaultCursor.
2 parents 662e50b + 362a6a9 commit 7a0578e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cursorify-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Refer to the description of each option below.
1717
- breakpoint: You can set breakpoint to disable in mobile size.
1818

1919
```tsx
20-
import { CursorifyProvider, EmojiCursor } from '@cursorify/react'
20+
import { CursorifyProvider, DefaultCursor } from '@cursorify/react'
2121

2222
const App = () => {
2323
return (

0 commit comments

Comments
 (0)