Skip to content

Commit 1fcbc40

Browse files
Merge pull request #19 from brainhubeu/readmeFix
Fixed wrong commands in readme
2 parents 9478850 + 3242525 commit 1fcbc40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brainhubeu/react-file-input",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "React FileInput",
55
"engines": {
66
"node": ">=8.9"

0 commit comments

Comments
 (0)