From b8ad34c362831f04756262e852848fe0a9715f89 Mon Sep 17 00:00:00 2001 From: peterklingelhofer Date: Sun, 16 Apr 2023 07:59:19 -0500 Subject: [PATCH] docs: Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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. +[](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) +Screen Shot 2023-03-22 at 8 54 17 PM + + +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 Screen Shot 2023-03-11 at 2 12 30 PM - -## 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) -Screen Shot 2023-03-22 at 8 54 17 PM - - -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)