Skip to content

Commit 697dc8b

Browse files
committed
Update the readme with indicator code
1 parent ab6d78a commit 697dc8b

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
@@ -73,8 +73,8 @@ var body: some View {
7373
.onSuccess { image, cacheType in
7474
// Success
7575
}
76-
.indicator(.activity) // Activity Indicator
7776
.resizable()
77+
.indicator(.activity) // Activity Indicator
7878
.scaledToFit()
7979
.frame(width: 300, height: 300, alignment: .center)
8080
}

0 commit comments

Comments
 (0)