diff --git a/README.md b/README.md
index 05aeb9548a..dce0448a21 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
   <img src="design/immich-logo.svg" width="150" title="hover text">
 </p>
 
-# IMMICH
+# Immich
 
 Self-hosted photo and video backup solution directly from your mobile phone.
 
@@ -13,11 +13,12 @@ Loading ~4000 images/videos
 ## Screenshots
 
 <p align="left">
-  <img src="design/sc1.PNG" width="150" title="Login With Custom URL">
-  <img src="design/sc2.PNG" width="150" title="Backup Setting Info">
-  <img src="design/sc4.PNG" width="150" title="Home Page">
-  <img src="design/sc3.PNG" width="150" title="Multiple seelct">
-  <img src="design/sc5.PNG" width="150" title="Multipe select group">
+  <img src="design/sc1.png" width="150" title="Login With Custom URL">
+  <img src="design/sc2.png" width="150" title="Backup Setting Info">
+  <img src="design/sc3.png" width="150" title="Multiple seelct">
+  <img src="design/sc-multiselect.png" width="150" title="Multipe select group">
+  <img src="design/sc6.png" width="150" title="EXIF Info">
+
 </p>
 
 # Note
@@ -95,14 +96,19 @@ Download `apk` in release tab and run on your phone. You can follow this guide o
 
 ### iOS
 
-- Get a MacOS
-- Download and setup Flutter development environment
-- Navigate to `mobile` folder
-- Run with release build command for best performance.
+You can download the app from Apple AppStore here:
 
-```bash
-flutter run --release
-```
+<p align="left">
+  <img src="design/ios-qr-code.png" width="250" title="Apple App Store">
+<p/>
+
+# Support
+
+If you like the app, find it helpful, and want to support me to offset the cost of publishing to AppStores, you can sponsor the project with [**Github Sponsore**](https://github.com/sponsors/alextran1502).
+
+This is also a meaningful way to give me motivation and encounragment to continue working on the app.
+
+Cheer! 🎉
 
 # Known Issue
 
diff --git a/design/ios-qr-code.png b/design/ios-qr-code.png
new file mode 100644
index 0000000000..3dfa11fd7b
Binary files /dev/null and b/design/ios-qr-code.png differ
diff --git a/design/sc5.PNG b/design/sc-multiselect.png
similarity index 100%
rename from design/sc5.PNG
rename to design/sc-multiselect.png
diff --git a/design/sc1.PNG b/design/sc1.PNG
index 560a979442..c4eaa711b5 100644
Binary files a/design/sc1.PNG and b/design/sc1.PNG differ
diff --git a/design/sc2.PNG b/design/sc2.PNG
index bd77f7719a..bdcf015403 100644
Binary files a/design/sc2.PNG and b/design/sc2.PNG differ
diff --git a/design/sc3.PNG b/design/sc3.PNG
index 19a864be70..a8dd15eaed 100644
Binary files a/design/sc3.PNG and b/design/sc3.PNG differ
diff --git a/design/sc4.PNG b/design/sc4.PNG
deleted file mode 100644
index f47037b6af..0000000000
Binary files a/design/sc4.PNG and /dev/null differ
diff --git a/design/sc6.png b/design/sc6.png
new file mode 100644
index 0000000000..b4baf2630d
Binary files /dev/null and b/design/sc6.png differ