aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen <31181527+benedom@users.noreply.github.com>2023-10-20 11:19:12 +0200
committerGitHub <noreply@github.com>2023-10-20 11:19:12 +0200
commit7b9aa6b60e0914a5fba44fa2ba78dfaa566924e4 (patch)
treeba8de491a17dc6bef0ba0b3e8a4e95a13a2be900 /README.md
parent8512ebb52cbc3f414989b6d96f5d41c8cd216005 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56cf033..139b9c3 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,8 @@ struct ExampleView: View {
Button("Crop downloaded image") {
Task {
selectedImage = await downloadExampleImage()
+ showImageCropper.toggle()
}
- showImageCropper.toggle()
}
}