diff --git a/README.md b/README.md index f9766c15..ac604986 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Almost 90% of the app that I have developed has an Image upload feature. Along w .crop() //Crop image(Optional), Check Customization for more option .compress(1024) //Final image size will be less than 1 MB(Optional) .maxResultSize(1080, 1080) //Final image resolution will be less than 1080 x 1080(Optional) - .start() + .start(); ``` 3. Handling results