Fix typo in readme's demo code

This commit is contained in:
DreamPiggy 2019-11-18 16:16:13 +08:00
parent c1d572a5fe
commit 1ad3ef87d1
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ Instead, you must override the `.buttonStyle` to use the plain style, or the `.r
Button(action: {
// Clicked
}) {
AnimatedImage(url: url)
WebImage(url: url)
}
.buttonStyle(PlainButtonStyle())
// Or