Skip to content

Commit ea5847f

Browse files
committed
Fix typo in README.md
1 parent 245d8a1 commit ea5847f

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ function App() {
4646
leftLabel="or"
4747
rightLabel="to select files"
4848
buttonLabel="click here"
49-
options={{
50-
multiFile: true,
51-
maxFileSize: 5,
52-
maxUploadFiles: 0,
53-
filesContainerHeight: 357,
54-
maxFilesContainerHeight: 357,
55-
imageSrc: '',
56-
allowedExtensions: ['jpg', 'jpeg'],
57-
}}
5849
maxFileSize={10}
5950
maxUploadFiles={0}
6051
maxFilesContainerHeight={357}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mui-fileuploader",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "🗃️ React mui fileuploader is a react component based on @mui v5 that allows you to upload files with an awesome ui component",
55
"main": "dist/index.esm.js",
66
"scripts": {

0 commit comments

Comments
 (0)