Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 889ceff

Browse files
Fixed wrong commands in readme
1 parent 9478850 commit 889ceff

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
@@ -158,9 +158,9 @@ onDragLeaveCallback|`function`|no|null|Callback invoked when drag leaves. It is
158158
## Example
159159
To run the example just:
160160
```sh
161-
npm run dev:example
161+
npm run dev
162162
// or
163-
yarn dev:example
163+
yarn dev
164164
```
165165

166166
And go to `http://localhost:3000`

0 commit comments

Comments
 (0)