diff --git a/Example/Screenshot/Demo-iOS.jpg b/Example/Screenshot/Demo-iOS.jpg
new file mode 100644
index 0000000..46e1021
Binary files /dev/null and b/Example/Screenshot/Demo-iOS.jpg differ
diff --git a/Example/Screenshot/Demo-iOS.png b/Example/Screenshot/Demo-iOS.png
deleted file mode 100644
index be919ad..0000000
Binary files a/Example/Screenshot/Demo-iOS.png and /dev/null differ
diff --git a/Example/Screenshot/Demo-macOS.jpg b/Example/Screenshot/Demo-macOS.jpg
new file mode 100644
index 0000000..38c7b99
Binary files /dev/null and b/Example/Screenshot/Demo-macOS.jpg differ
diff --git a/Example/Screenshot/Demo-macOS.png b/Example/Screenshot/Demo-macOS.png
deleted file mode 100644
index 6345ece..0000000
Binary files a/Example/Screenshot/Demo-macOS.png and /dev/null differ
diff --git a/Example/Screenshot/Demo-tvOS.jpg b/Example/Screenshot/Demo-tvOS.jpg
new file mode 100644
index 0000000..04c0246
Binary files /dev/null and b/Example/Screenshot/Demo-tvOS.jpg differ
diff --git a/Example/Screenshot/Demo-watchOS.jpg b/Example/Screenshot/Demo-watchOS.jpg
new file mode 100644
index 0000000..c6c78fe
Binary files /dev/null and b/Example/Screenshot/Demo-watchOS.jpg differ
diff --git a/README.md b/README.md
index 9c77808..7a6ad17 100644
--- a/README.md
+++ b/README.md
@@ -116,17 +116,37 @@ cd Example
pod install
```
-Then open the Xcode Workspace to run the demo application. You can run it on iOS and macOS.
+Then open the Xcode Workspace to run the demo application.
+
+Since SwiftUI is aimed to support all Apple platforms, our demo does this as well, one codebase including:
+
++ iOS (iPhone/iPad/Mac Catalyst)
++ macOS
++ tvOS
++ watchOS
+
+Tips:
+
+1. Use `Switch` (right-click on macOS) to switch between `WebImage` and `AnimatedImage`.
+2. Use `Reload` (right-click on macOS/force press on watchOS) to clear cache.
## Screenshot
+ iOS Demo
-
+
+ macOS Demo
-
+
+
++ tvOS Demo
+
+
+
++ watchOS Demo
+
+
## Author