diff options
author | LakoLiu <99976966+lakoliu@users.noreply.github.com> | 2023-06-16 13:28:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 13:28:11 +0200 |
commit | eed18ec76415bdc7b2536597f0adcc6bac826982 (patch) | |
tree | 6c802e4286f70857acbe9ab1a38d88fac7d2543d | |
parent | b68989b7df04150244ff02a369fbf185bf3db80a (diff) | |
parent | 73a632ae6f56702390e4d2de012f2e9c149d48b4 (diff) | |
download | Furtherance-eed18ec76415bdc7b2536597f0adcc6bac826982.tar.zst |
Merge pull request #111 from kianmeng/fix-typo
Fix typo, `availaible` -> `available`
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 2f22dc7..d23bfb6 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ It allows you to track time spent on different activities without worrying about **Mac** <a href="https://apps.apple.com/app/furtherance/id1659277200"><img width='240' alt="Download on the Mac App Store" src="https://furtherance.app/images/app-store-dark.svg"/></a> -* Furtherance for Mac is availaible from the [Mac App Store](https://apps.apple.com/app/furtherance/id1659277200). It uses a different codebase (Swift & SwiftUI) to provide a native experience on Mac, and it is not open-source. +* Furtherance for Mac is available from the [Mac App Store](https://apps.apple.com/app/furtherance/id1659277200). It uses a different codebase (Swift & SwiftUI) to provide a native experience on Mac, and it is not open-source. **Windows** <a href="https://apps.microsoft.com/store/detail/furtherance/9NHG98S3VR3W"><img width='240' alt="Download from Microsoft Store" src="https://furtherance.app/images/microsoft-store-dark.svg"/></a> -* Furtherance for Windows is availaible from the [Microsoft Store](https://www.microsoft.com/store/apps/9NHG98S3VR3W). It uses a different codebase to provide a better experience on Windows, and it is not open-source. +* Furtherance for Windows is available from the [Microsoft Store](https://www.microsoft.com/store/apps/9NHG98S3VR3W). It uses a different codebase to provide a better experience on Windows, and it is not open-source. **Android** |