Skip to content

Commit

Permalink
Merge pull request #19 from brainhubeu/readmeFix
Browse files Browse the repository at this point in the history
Fixed wrong commands in readme
  • Loading branch information
Lukasz-pluszczewski authored Aug 22, 2018
2 parents 9478850 + 3242525 commit 1fcbc40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ onDragLeaveCallback|`function`|no|null|Callback invoked when drag leaves. It is
## Example
To run the example just:
```sh
npm run dev:example
npm run dev
// or
yarn dev:example
yarn dev
```

And go to `http://localhost:3000`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/react-file-input",
"version": "0.1.2",
"version": "0.1.3",
"description": "React FileInput",
"engines": {
"node": ">=8.9"
Expand Down

0 comments on commit 1fcbc40

Please sign in to comment.