diff --git a/README.md b/README.md index 09f14114..73cbbc29 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/package.json b/package.json index de9bf36f..38cb8c0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brainhubeu/react-file-input", - "version": "0.1.2", + "version": "0.1.3", "description": "React FileInput", "engines": { "node": ">=8.9"