Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
manu4543 committed Jul 22, 2024
1 parent 694bff3 commit 4283090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ import { IKImage, IKVideo, IKContext, IKUpload } from 'imagekitio-react'
}
]
}}
checks=`"file.size" < "1mb"` // To run server side checks before uploading files. Notice the quotes around file.size and 1mb.
checks={`"file.size" < "1mb"`} // To run server side checks before uploading files. Notice the quotes around file.size and 1mb.
/>
</IKContext>
```
Expand Down

0 comments on commit 4283090

Please sign in to comment.