diff --git a/README.md b/README.md
index 416e8d6..ca7528d 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,24 @@
 
 Research indicates we blink less and breathe more shallowly when we are looking at screens. This app is intended as a friendly indicator and reminder to continue to take full and deep breaths.
 
+[<img src="https://user-images.githubusercontent.com/60944077/232312847-df673556-fb5e-49b4-8037-4d38267e6e18.png"  width="157" height="63"></img>](https://apps.apple.com/us/app/exhale-breath/id6447758995?mt=12)
+
+## Swift App Usage
+
+![circle-swift](https://user-images.githubusercontent.com/60944077/226204981-f390facc-4f6c-4bec-8784-23203aa64efc.gif)
+![rectangle-swift](https://user-images.githubusercontent.com/60944077/226204986-7522cb4d-7df1-4d65-96de-e629197e9854.gif)
+<img width="600" alt="Screen Shot 2023-03-22 at 8 54 17 PM" src="https://user-images.githubusercontent.com/60944077/227079185-fb5d5fc3-e966-4488-a68b-8dc799651a02.png">
+
+
+Note: This is the macOS implementation.
+
+```sh
+git clone https://github.com/peterklingelhofer/exhale.git
+cd exhale
+cd swift
+xed .
+```
+
 ## TypeScript / Electron Usage
 
 ![exhaleElectron](https://user-images.githubusercontent.com/60944077/224524962-56da25cc-e3d9-4d4b-9171-f185be9d709c.gif)
@@ -44,24 +62,6 @@ Once added, you can modify all values from the **Local Storage** pane. Or, if yo
 
 <img width="371" alt="Screen Shot 2023-03-11 at 2 12 30 PM" src="https://user-images.githubusercontent.com/60944077/224511531-c0d615a1-1859-47b6-a78b-7d38276d80be.png">
 
-
-## Swift App Usage
-
-![circle-swift](https://user-images.githubusercontent.com/60944077/226204981-f390facc-4f6c-4bec-8784-23203aa64efc.gif)
-![rectangle-swift](https://user-images.githubusercontent.com/60944077/226204986-7522cb4d-7df1-4d65-96de-e629197e9854.gif)
-<img width="600" alt="Screen Shot 2023-03-22 at 8 54 17 PM" src="https://user-images.githubusercontent.com/60944077/227079185-fb5d5fc3-e966-4488-a68b-8dc799651a02.png">
-
-
-Note: This is the macOS implementation.
-
-```sh
-git clone https://github.com/peterklingelhofer/exhale.git
-cd exhale
-cd swift
-xed .
-```
-
-
 ## Python Script Usage
 
 ![exhalePython](https://user-images.githubusercontent.com/60944077/222979803-c88ebc65-b799-4ca7-b265-54beb27fcb00.gif)