Skip to content

Commit 4283090

Browse files
committed
update example
1 parent 694bff3 commit 4283090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ import { IKImage, IKVideo, IKContext, IKUpload } from 'imagekitio-react'
205205
}
206206
]
207207
}}
208-
checks=`"file.size" < "1mb"` // To run server side checks before uploading files. Notice the quotes around file.size and 1mb.
208+
checks={`"file.size" < "1mb"`} // To run server side checks before uploading files. Notice the quotes around file.size and 1mb.
209209
/>
210210
</IKContext>
211211
```

0 commit comments

Comments
 (0)