From 1ad3ef87d1c4b9c5c84e4fb039c5712b7151e788 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Mon, 18 Nov 2019 16:16:13 +0800 Subject: [PATCH] Fix typo in readme's demo code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6749aae..59e8286 100644 --- a/README.md +++ b/README.md @@ -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