Skip to content

Commit 1ad3ef8

Browse files
committed
Fix typo in readme's demo code
1 parent c1d572a commit 1ad3ef8

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
@@ -233,7 +233,7 @@ Instead, you must override the `.buttonStyle` to use the plain style, or the `.r
233233
Button(action: {
234234
// Clicked
235235
}) {
236-
AnimatedImage(url: url)
236+
WebImage(url: url)
237237
}
238238
.buttonStyle(PlainButtonStyle())
239239
// Or

0 commit comments

Comments
 (0)