diff --git a/README.md b/README.md index 6431037..92ff152 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ This is yet another Android library project providing a simple image cropping `A ## Usage +First, declare `CropImageActivity` in your manifest file: + +`` + #### Crop `new Crop(inputUri).output(outputUri).asSquare().start(activity)` diff --git a/screenshot.png b/screenshot.png index 16cea41..b676da4 100644 Binary files a/screenshot.png and b/screenshot.png differ