Fix typo in readme's demo code
This commit is contained in:
parent
c1d572a5fe
commit
1ad3ef87d1
|
@ -233,7 +233,7 @@ Instead, you must override the `.buttonStyle` to use the plain style, or the `.r
|
||||||
Button(action: {
|
Button(action: {
|
||||||
// Clicked
|
// Clicked
|
||||||
}) {
|
}) {
|
||||||
AnimatedImage(url: url)
|
WebImage(url: url)
|
||||||
}
|
}
|
||||||
.buttonStyle(PlainButtonStyle())
|
.buttonStyle(PlainButtonStyle())
|
||||||
// Or
|
// Or
|
||||||
|
|
Loading…
Reference in New Issue