Skip to content

Commit 9ea44ef

Browse files
Update README.md
1 parent 88dcdfb commit 9ea44ef

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
@@ -454,7 +454,7 @@ var ImageHelper: ImgHelper? = ImgHelper(this)
454454
```
455455
```kotlin
456456
//KOTLIN
457-
var thumb = ImageHelper!!.CompressToJPEG(bitmap, outputFilePath);
457+
var Iscompressed = ImageHelper!!.CompressToJPEG(bitmap, outputFilePath);
458458

459459
```
460460

0 commit comments

Comments
 (0)